#EC9FD8

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

Shades of Lavender Rose #EC9FD8

Tints of Lavender Rose #EC9FD8

Color information

#EC9FD8 (or 0xEC9FD8) is unknown color: approx Lavender Rose. HEX triplet: EC, 9F and D8. RGB value is (236,159,216). Sum of RGB (Red+Green+Blue) = 236+159+216=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FD8 is #136027. Grayscale: #BCBCBC. Windows color (decimal): -1269800 or 14196716. OLE color: 14196716.

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

Color convert

RGB236159216-
CMYK00.330.080.07
HSL315.58º66.96%77.45%-
HSV(B)315.58º32.63%92.55%-
XYZ59.3847.5971.02-
YUV188.52143.51161.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=38.63%
G=26.02%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615921600.330.080.07315.5866.9677.45
HexEC9FD80218713c434d
Octal354237330041107474103115
Binary1110110010011111110110000100001100011110011110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FD8; }

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

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

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

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

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

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

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

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