#EC9FDB

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

Shades of Lavender Rose #EC9FDB

Tints of Lavender Rose #EC9FDB

Color information

#EC9FDB (or 0xEC9FDB) is unknown color: approx Lavender Rose. HEX triplet: EC, 9F and DB. RGB value is (236,159,219). Sum of RGB (Red+Green+Blue) = 236+159+219=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FDB is #136024. Grayscale: #BCBCBC. Windows color (decimal): -1269797 or 14393324. OLE color: 14393324.

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

Color convert

RGB236159219-
CMYK00.330.070.07
HSL313.25º66.96%77.45%-
HSV(B)313.25º32.63%92.55%-
XYZ59.7847.7473.08-
YUV188.86145.01161.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 159 (62.5% from 255) = 25.90%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=38.44%
G=25.90%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615921900.330.070.07313.2566.9677.45
HexEC9FDB02177139434d
Octal35423733304177471103115
Binary111011001001111111011011010000111111110011100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FDB; }

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

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

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

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

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

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

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

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