#EC9AD8

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

Shades of Lavender Rose #EC9AD8

Tints of Lavender Rose #EC9AD8

Color information

#EC9AD8 (or 0xEC9AD8) is unknown color: approx Lavender Rose. HEX triplet: EC, 9A and D8. RGB value is (236,154,216). Sum of RGB (Red+Green+Blue) = 236+154+216=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AD8 is #136527. Grayscale: #B9B9B9. Windows color (decimal): -1271080 or 14195436. OLE color: 14195436.

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

Color convert

RGB236154216-
CMYK00.350.080.07
HSL314.63º68.33%76.47%-
HSV(B)314.63º34.75%92.55%-
XYZ58.5445.970.74-
YUV185.59145.17163.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 154 (60.55% from 255) = 25.41%
BLUE value IS 216 (84.77% from 255) = 35.64%
R=38.94%
G=25.41%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615421600.350.080.07314.6368.3376.47
HexEC9AD80238713b444c
Octal354232330043107473104114
Binary1110110010011010110110000100011100011110011101110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AD8; }

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

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

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

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

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

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

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

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