#ECA6D9

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

Shades of Lavender Rose #ECA6D9

Tints of Lavender Rose #ECA6D9

Color information

#ECA6D9 (or 0xECA6D9) is unknown color: approx Lavender Rose. HEX triplet: EC, A6 and D9. RGB value is (236,166,217). Sum of RGB (Red+Green+Blue) = 236+166+217=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6D9 is #135926. Grayscale: #C0C0C0. Windows color (decimal): -1268007 or 14264044. OLE color: 14264044.

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

Color convert

RGB236166217-
CMYK00.300.080.07
HSL316.29º64.81%78.82%-
HSV(B)316.29º29.66%92.55%-
XYZ60.7550.1272.12-
YUV192.74141.69158.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.13%
GREEN value IS 166 (65.23% from 255) = 26.82%
BLUE value IS 217 (85.16% from 255) = 35.06%
R=38.13%
G=26.82%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616621700.300.080.07316.2964.8178.82
HexECA6D901E8713c414f
Octal354246331036107474101117
Binary111011001010011011011001011110100011110011110010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6D9; }

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

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

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

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

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

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

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

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