#EC9FDD

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

Shades of Lavender Rose #EC9FDD

Tints of Lavender Rose #EC9FDD

Color information

#EC9FDD (or 0xEC9FDD) is unknown color: approx Lavender Rose. HEX triplet: EC, 9F and DD. RGB value is (236,159,221). Sum of RGB (Red+Green+Blue) = 236+159+221=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FDD is #136022. Grayscale: #BCBCBC. Windows color (decimal): -1269795 or 14524396. OLE color: 14524396.

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

Color convert

RGB236159221-
CMYK00.330.060.07
HSL311.69º66.96%77.45%-
HSV(B)311.69º32.63%92.55%-
XYZ60.0447.8574.48-
YUV189.09146.01161.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 159 (62.5% from 255) = 25.81%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=38.31%
G=25.81%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615922100.330.060.07311.6966.9677.45
HexEC9FDD02167138434d
Octal35423733504167470103115
Binary111011001001111111011101010000111011110011100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9FDD; }

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

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

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

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

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

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

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

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