#ECA9D9

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

Shades of Lavender Rose #ECA9D9

Tints of Lavender Rose #ECA9D9

Color information

#ECA9D9 (or 0xECA9D9) is unknown color: approx Lavender Rose. HEX triplet: EC, A9 and D9. RGB value is (236,169,217). Sum of RGB (Red+Green+Blue) = 236+169+217=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9D9 is #135626. Grayscale: #C2C2C2. Windows color (decimal): -1267239 or 14264812. OLE color: 14264812.

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

Color convert

RGB236169217-
CMYK00.280.080.07
HSL317.01º63.81%79.41%-
HSV(B)317.01º28.39%92.55%-
XYZ61.351.2272.3-
YUV194.5140.7157.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 169 (66.41% from 255) = 27.17%
BLUE value IS 217 (85.16% from 255) = 34.89%
R=37.94%
G=27.17%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616921700.280.080.07317.0163.8179.41
HexECA9D901C8713d404f
Octal354251331034107475100117
Binary111011001010100111011001011100100011110011110110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA9D9; }

 p { color: rgb(236,169,217); }

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

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

 a { background-color: rgb(236,169,217); }

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

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

 span { border-color: rgb(236,169,217); }

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