Html Css Color HEX #EC81A0 Carissma

📋 copy color: '#EC81A0'

red 236 ◦ green 129 ◦ blue 160

#EC81A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #EC81A0

Tints of Carissma #EC81A0

RGB

 RED value IS 236 (92.58% from 255) = 44.95%

 GREEN value IS 129 (50.78% from 255) = 24.57%

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 44.95%
G = 24.57%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC81A0 (or 0xEC81A0) is known color: Carissma. HEX triplet: EC, 81 and A0. RGB value is (236,129,160). Sum of RGB (Red+Green+Blue) = 236+129+160=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC81A0 is #137E5F. Grayscale: #A4A4A4. Windows color (decimal): -1277536 or 10519020. OLE color: 10519020.

HSL color Cylindrical-coordinate representation of color #EC81A0: hue angle of 342.62º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC81A0 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 129 160 -
CMYK 0 0.45 0.32 0.07
HSL 342.62º 0.74% 0.72% -
HSV(B) 342.62º 0.45% 0.93% -
XYZ 48.79 36.07 37.65 -
YUV 164.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 236 129 160 0 0.45 0.32 0.07 342.62 0.74 0.72
Hex EC 81 A0 0 2D 20 7 157 4A 48
Octal 354 201 240 0 55 40 7 527 112 110
Binary 11101100 10000001 10100000 0 101101 100000 111 101010111 1001010 1001000

Color Harmonies of #EC81A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC81A0

Black with #EC81A0

Text Example


Text Example

White with #EC81A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC81A0; }

 p { color: rgb(236,129,160); }

 H1.HeaderClassName
 {
   color: #EC81A0;
 }
 .AnyTagClassName
 {
   color: #EC81A0;
 }
</style>

background-color css

<style>
 a { background-color: #EC81A0; }

 a { background-color: rgb(236,129,160); }

 div.DivClassName
 {
   background-color: #EC81A0;
 }
 .BgClassName
 {
   background-color: #EC81A0;
 }
</style>

border-color css

<style>
 span { border-color: #EC81A0; }

 span { border-color: rgb(236,129,160); }

 td.TdClassName
 {
   border-color: #EC81A0;
 }
 .TagClassName
 {
   border-color: #EC81A0;
 }
</style>