#EC9AD5

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

Shades of Lavender Rose #EC9AD5

Tints of Lavender Rose #EC9AD5

Color information

#EC9AD5 (or 0xEC9AD5) is unknown color: approx Lavender Rose. HEX triplet: EC, 9A and D5. RGB value is (236,154,213). Sum of RGB (Red+Green+Blue) = 236+154+213=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AD5 is #13652A. Grayscale: #B9B9B9. Windows color (decimal): -1271083 or 13998828. OLE color: 13998828.

HSL color Cylindrical-coordinate representation of color #EC9AD5: hue angle of 316.83º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AD5 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236154213-
CMYK00.350.100.07
HSL316.83º68.33%76.47%-
HSV(B)316.83º34.75%92.55%-
XYZ58.1645.7568.72-
YUV185.24143.67164.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 213 (83.59% from 255) = 35.32%
R=39.14%
G=25.54%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615421300.350.100.07316.8368.3376.47
HexEC9AD5023A713d444c
Octal354232325043127475104114
Binary1110110010011010110101010100011101011110011110110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AD5; }

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

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

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

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

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

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

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

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