#EC9CDD

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

Shades of Lavender Rose #EC9CDD

Tints of Lavender Rose #EC9CDD

Color information

#EC9CDD (or 0xEC9CDD) is unknown color: approx Lavender Rose. HEX triplet: EC, 9C and DD. RGB value is (236,156,221). Sum of RGB (Red+Green+Blue) = 236+156+221=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CDD is #136322. Grayscale: #BBBBBB. Windows color (decimal): -1270563 or 14523628. OLE color: 14523628.

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

Color convert

RGB236156221-
CMYK00.340.060.07
HSL311.25º67.8%76.86%-
HSV(B)311.25º33.9%92.55%-
XYZ59.5346.8374.31-
YUV187.33147162.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=38.50%
G=25.45%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615622100.340.060.07311.2567.876.86
HexEC9CDD02267137444d
Octal35423433504267467104115
Binary111011001001110011011101010001011011110011011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9CDD; }

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

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

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

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

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

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

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

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