Html Css Color HEX #EC9EDE Lavender Rose

📋 copy color: '#EC9EDE'

red 236 ◦ green 158 ◦ blue 222

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

Shades of Lavender Rose #EC9EDE

Tints of Lavender Rose #EC9EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.04%

R = 38.31%
G = 25.65%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC9EDE (or 0xEC9EDE) is known color: Lavender Rose. HEX triplet: EC, 9E and DE. RGB value is (236,158,222). Sum of RGB (Red+Green+Blue) = 236+158+222=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EDE is #136121. Grayscale: #BCBCBC. Windows color (decimal): -1270050 or 14589676. OLE color: 14589676.

HSL color Cylindrical-coordinate representation of color #EC9EDE: hue angle of 310.77º 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 #EC9EDE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 158 222 -
CMYK 0 0.33 0.06 0.07
HSL 310.77º 0.67% 0.77% -
HSV(B) 310.77º 0.33% 0.93% -
XYZ 60 47.56 75.12 -
YUV 188.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 236 158 222 0 0.33 0.06 0.07 310.77 0.67 0.77
Hex EC 9E DE 0 21 6 7 137 43 4D
Octal 354 236 336 0 41 6 7 467 103 115
Binary 11101100 10011110 11011110 0 100001 110 111 100110111 1000011 1001101

Color Harmonies of #EC9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9EDE

Black with #EC9EDE

Text Example


Text Example

White with #EC9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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