#EC9ED5

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

Shades of Lavender Rose #EC9ED5

Tints of Lavender Rose #EC9ED5

Color information

#EC9ED5 (or 0xEC9ED5) is unknown color: approx Lavender Rose. HEX triplet: EC, 9E and D5. RGB value is (236,158,213). Sum of RGB (Red+Green+Blue) = 236+158+213=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ED5 is #13612A. Grayscale: #BBBBBB. Windows color (decimal): -1270059 or 13999852. OLE color: 13999852.

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

Color convert

RGB236158213-
CMYK00.330.100.07
HSL317.69º67.24%77.25%-
HSV(B)317.69º33.05%92.55%-
XYZ58.8347.0968.94-
YUV187.59142.34162.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 158 (62.11% from 255) = 26.03%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=38.88%
G=26.03%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615821300.330.100.07317.6967.2477.25
HexEC9ED5021A713e434d
Octal354236325041127476103115
Binary1110110010011110110101010100001101011110011111010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9ED5; }

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

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

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

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

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

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

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

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