#EC96D9

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

Shades of Lavender Rose #EC96D9

Tints of Lavender Rose #EC96D9

Color information

#EC96D9 (or 0xEC96D9) is unknown color: approx Lavender Rose. HEX triplet: EC, 96 and D9. RGB value is (236,150,217). Sum of RGB (Red+Green+Blue) = 236+150+217=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96D9 is #136926. Grayscale: #B7B7B7. Windows color (decimal): -1272103 or 14259948. OLE color: 14259948.

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

Color convert

RGB236150217-
CMYK00.360.080.07
HSL313.26º69.35%75.69%-
HSV(B)313.26º36.44%92.55%-
XYZ58.0244.6671.21-
YUV183.35146.99165.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 150 (58.98% from 255) = 24.88%
BLUE value IS 217 (85.16% from 255) = 35.99%
R=39.14%
G=24.88%
B=35.99%

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
Decimal23615021700.360.080.07313.2669.3575.69
HexEC96D902487139454c
Octal354226331044107471105114
Binary1110110010010110110110010100100100011110011100110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC96D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC96D9; }

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

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

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

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

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

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

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

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