#EC9CD8

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

Shades of Lavender Rose #EC9CD8

Tints of Lavender Rose #EC9CD8

Color information

#EC9CD8 (or 0xEC9CD8) is unknown color: approx Lavender Rose. HEX triplet: EC, 9C and D8. RGB value is (236,156,216). Sum of RGB (Red+Green+Blue) = 236+156+216=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CD8 is #136327. Grayscale: #BABABA. Windows color (decimal): -1270568 or 14195948. OLE color: 14195948.

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

Color convert

RGB236156216-
CMYK00.340.080.07
HSL315º67.8%76.86%-
HSV(B)315º33.9%92.55%-
XYZ58.8846.5770.85-
YUV186.76144.5163.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 156 (61.33% from 255) = 25.66%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=38.82%
G=25.66%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615621600.340.080.0731567.876.86
HexEC9CD80228713b444d
Octal354234330042107473104115
Binary1110110010011100110110000100010100011110011101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CD8; }

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

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

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

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

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

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

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

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