#EC9AD2

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

Shades of Lavender Rose #EC9AD2

Tints of Lavender Rose #EC9AD2

Color information

#EC9AD2 (or 0xEC9AD2) is unknown color: approx Lavender Rose. HEX triplet: EC, 9A and D2. RGB value is (236,154,210). Sum of RGB (Red+Green+Blue) = 236+154+210=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AD2 is #13652D. Grayscale: #B8B8B8. Windows color (decimal): -1271086 or 13802220. OLE color: 13802220.

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

Color convert

RGB236154210-
CMYK00.350.110.07
HSL319.02º68.33%76.47%-
HSV(B)319.02º34.75%92.55%-
XYZ57.7845.666.73-
YUV184.9142.17164.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 154 (60.55% from 255) = 25.67%
BLUE value IS 210 (82.42% from 255) = 35%
R=39.33%
G=25.67%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615421000.350.110.07319.0268.3376.47
HexEC9AD2023B713f444c
Octal354232322043137477104114
Binary1110110010011010110100100100011101111110011111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9AD2; }

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

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

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

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

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

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

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

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