#EC9AD4

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

Shades of Lavender Rose #EC9AD4

Tints of Lavender Rose #EC9AD4

Color information

#EC9AD4 (or 0xEC9AD4) is unknown color: approx Lavender Rose. HEX triplet: EC, 9A and D4. RGB value is (236,154,212). Sum of RGB (Red+Green+Blue) = 236+154+212=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AD4 is #13652B. Grayscale: #B8B8B8. Windows color (decimal): -1271084 or 13933292. OLE color: 13933292.

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

Color convert

RGB236154212-
CMYK00.350.100.07
HSL317.56º68.33%76.47%-
HSV(B)317.56º34.75%92.55%-
XYZ58.0345.768.05-
YUV185.13143.17164.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 212 (83.20% from 255) = 35.22%
R=39.20%
G=25.58%
B=35.22%

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
Decimal23615421200.350.100.07317.5668.3376.47
HexEC9AD4023A713e444c
Octal354232324043127476104114
Binary1110110010011010110101000100011101011110011111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AD4; }

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

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

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

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

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

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

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

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