#ECA2D9

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

Shades of Lavender Rose #ECA2D9

Tints of Lavender Rose #ECA2D9

Color information

#ECA2D9 (or 0xECA2D9) is unknown color: approx Lavender Rose. HEX triplet: EC, A2 and D9. RGB value is (236,162,217). Sum of RGB (Red+Green+Blue) = 236+162+217=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 162 (63.67% from 255 or 26.34% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2D9 is #135D26. Grayscale: #BEBEBE. Windows color (decimal): -1269031 or 14263020. OLE color: 14263020.

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

Color convert

RGB236162217-
CMYK00.310.080.07
HSL315.41º66.07%78.04%-
HSV(B)315.41º31.36%92.55%-
XYZ60.0448.6871.88-
YUV190.4143.02160.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 162 (63.67% from 255) = 26.34%
BLUE value IS 217 (85.16% from 255) = 35.28%
R=38.37%
G=26.34%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616221700.310.080.07315.4166.0778.04
HexECA2D901F8713b424e
Octal354242331037107473102116
Binary111011001010001011011001011111100011110011101110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2D9; }

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

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

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

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

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

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

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

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