#ECA2DF

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

Shades of Lavender Rose #ECA2DF

Tints of Lavender Rose #ECA2DF

Color information

#ECA2DF (or 0xECA2DF) is unknown color: approx Lavender Rose. HEX triplet: EC, A2 and DF. RGB value is (236,162,223). Sum of RGB (Red+Green+Blue) = 236+162+223=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA2DF is #135D20. Grayscale: #BEBEBE. Windows color (decimal): -1269025 or 14656236. OLE color: 14656236.

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

Color convert

RGB236162223-
CMYK00.310.060.07
HSL310.54º66.07%78.04%-
HSV(B)310.54º31.36%92.55%-
XYZ60.834976.06-
YUV191.08146.02160.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 162 (63.67% from 255) = 26.09%
BLUE value IS 223 (87.5% from 255) = 35.91%
R=38.00%
G=26.09%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616222300.310.060.07310.5466.0778.04
HexECA2DF01F67137424e
Octal35424233703767467102116
Binary11101100101000101101111101111111011110011011110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA2DF; }

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

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

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

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

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

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

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

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