#EC9ADD

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

Shades of Lavender Rose #EC9ADD

Tints of Lavender Rose #EC9ADD

Color information

#EC9ADD (or 0xEC9ADD) is unknown color: approx Lavender Rose. HEX triplet: EC, 9A and DD. RGB value is (236,154,221). Sum of RGB (Red+Green+Blue) = 236+154+221=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ADD is #136522. Grayscale: #B9B9B9. Windows color (decimal): -1271075 or 14523116. OLE color: 14523116.

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

Color convert

RGB236154221-
CMYK00.350.060.07
HSL310.98º68.33%76.47%-
HSV(B)310.98º34.75%92.55%-
XYZ59.246.1674.2-
YUV186.16147.67163.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=38.63%
G=25.20%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615422100.350.060.07310.9868.3376.47
HexEC9ADD02367137444c
Octal35423233504367467104114
Binary111011001001101011011101010001111011110011011110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9ADD; }

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

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

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

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

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

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

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

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