#EC9ED6

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

Shades of Lavender Rose #EC9ED6

Tints of Lavender Rose #EC9ED6

Color information

#EC9ED6 (or 0xEC9ED6) is unknown color: approx Lavender Rose. HEX triplet: EC, 9E and D6. RGB value is (236,158,214). Sum of RGB (Red+Green+Blue) = 236+158+214=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ED6 is #136129. Grayscale: #BBBBBB. Windows color (decimal): -1270058 or 14065388. OLE color: 14065388.

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

Color convert

RGB236158214-
CMYK00.330.090.07
HSL316.92º67.24%77.25%-
HSV(B)316.92º33.05%92.55%-
XYZ58.9647.1469.61-
YUV187.71142.84162.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 158 (62.11% from 255) = 25.99%
BLUE value IS 214 (83.98% from 255) = 35.20%
R=38.82%
G=25.99%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615821400.330.090.07316.9267.2477.25
HexEC9ED60219713d434d
Octal354236326041117475103115
Binary1110110010011110110101100100001100111110011110110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9ED6; }

 p { color: rgb(236,158,214); }

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

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

 a { background-color: rgb(236,158,214); }

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

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

 span { border-color: rgb(236,158,214); }

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