#EC96D8

Color #EC96D8 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #EC96D8

Tints of Lavender Rose #EC96D8

Color information

#EC96D8 (or 0xEC96D8) is unknown color: approx Lavender Rose. HEX triplet: EC, 96 and D8. RGB value is (236,150,216). Sum of RGB (Red+Green+Blue) = 236+150+216=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96D8 is #136927. Grayscale: #B7B7B7. Windows color (decimal): -1272104 or 14194412. OLE color: 14194412.

HSL color Cylindrical-coordinate representation of color #EC96D8: hue angle of 313.95º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC96D8 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236150216-
CMYK00.360.080.07
HSL313.95º69.35%75.69%-
HSV(B)313.95º36.44%92.55%-
XYZ57.8944.670.52-
YUV183.24146.49165.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 150 (58.98% from 255) = 24.92%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=39.20%
G=24.92%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615021600.360.080.07313.9569.3575.69
HexEC96D80248713a454c
Octal354226330044107472105114
Binary1110110010010110110110000100100100011110011101010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96D8; }

 p { color: rgb(236,150,216); }

 H1.HeaderClassName
 {
   color: #EC96D8;
 }
 .AnyTagClassName
 {
   color: #EC96D8;
 }
</style>
background-color css

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

 a { background-color: rgb(236,150,216); }

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

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

 span { border-color: rgb(236,150,216); }

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