Html Css Color HEX #EC9FDE Lavender Rose

📋 copy color: '#EC9FDE'

red 236 ◦ green 159 ◦ blue 222

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

Shades of Lavender Rose #EC9FDE

Tints of Lavender Rose #EC9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.77%

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

R = 38.25%
G = 25.77%
B = 35.98%

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

#EC9FDE (or 0xEC9FDE) is known color: Lavender Rose. HEX triplet: EC, 9F and DE. RGB value is (236,159,222). Sum of RGB (Red+Green+Blue) = 236+159+222=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FDE is #136021. Grayscale: #BDBDBD. Windows color (decimal): -1269794 or 14589932. OLE color: 14589932.

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

Color convert

RGB 236 159 222 -
CMYK 0 0.33 0.06 0.07
HSL 310.91º 0.67% 0.77% -
HSV(B) 310.91º 0.33% 0.93% -
XYZ 60.18 47.9 75.18 -
YUV 189.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 236 159 222 0 0.33 0.06 0.07 310.91 0.67 0.77
Hex EC 9F DE 0 21 6 7 137 43 4D
Octal 354 237 336 0 41 6 7 467 103 115
Binary 11101100 10011111 11011110 0 100001 110 111 100110111 1000011 1001101

Color Harmonies of #EC9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9FDE

Black with #EC9FDE

Text Example


Text Example

White with #EC9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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