Html Css Color HEX #EC9ED2 Lavender Rose

📋 copy color: '#EC9ED2'

red 236 ◦ green 158 ◦ blue 210

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

Shades of Lavender Rose #EC9ED2

Tints of Lavender Rose #EC9ED2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.16%

 BLUE value IS 210 (82.42% from 255) = 34.77%

R = 39.07%
G = 26.16%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EC9ED2 (or 0xEC9ED2) is known color: Lavender Rose. HEX triplet: EC, 9E and D2. RGB value is (236,158,210). Sum of RGB (Red+Green+Blue) = 236+158+210=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ED2 is #13612D. Grayscale: #BBBBBB. Windows color (decimal): -1270062 or 13803244. OLE color: 13803244.

HSL color Cylindrical-coordinate representation of color #EC9ED2: hue angle of 320º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9ED2 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 158 210 -
CMYK 0 0.33 0.11 0.07
HSL 320º 0.67% 0.77% -
HSV(B) 320º 0.33% 0.93% -
XYZ 58.45 46.94 66.95 -
YUV 187.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 236 158 210 0 0.33 0.11 0.07 320 0.67 0.77
Hex EC 9E D2 0 21 B 7 140 43 4D
Octal 354 236 322 0 41 13 7 500 103 115
Binary 11101100 10011110 11010010 0 100001 1011 111 101000000 1000011 1001101

Color Harmonies of #EC9ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9ED2

Black with #EC9ED2

Text Example


Text Example

White with #EC9ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9ED2; }

 p { color: rgb(236,158,210); }

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

background-color css

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

 a { background-color: rgb(236,158,210); }

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

border-color css

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

 span { border-color: rgb(236,158,210); }

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