#ECA3E2

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

Shades of Lavender Rose #ECA3E2

Tints of Lavender Rose #ECA3E2

Color information

#ECA3E2 (or 0xECA3E2) is unknown color: approx Lavender Rose. HEX triplet: EC, A3 and E2. RGB value is (236,163,226). Sum of RGB (Red+Green+Blue) = 236+163+226=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 163 (64.06% from 255 or 26.08% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA3E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA3E2 is #135C1D. Grayscale: #BFBFBF. Windows color (decimal): -1268766 or 14853100. OLE color: 14853100.

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

Color convert

RGB236163226-
CMYK00.310.040.07
HSL308.22º65.77%78.24%-
HSV(B)308.22º30.93%92.55%-
XYZ61.4249.5278.27-
YUV192.01147.18159.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 163 (64.06% from 255) = 26.08%
BLUE value IS 226 (88.67% from 255) = 36.16%
R=37.76%
G=26.08%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616322600.310.040.07308.2265.7778.24
HexECA3E201F47134424e
Octal35424334203747464102116
Binary11101100101000111110001001111110011110011010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA3E2; }

 p { color: rgb(236,163,226); }

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

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

 a { background-color: rgb(236,163,226); }

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

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

 span { border-color: rgb(236,163,226); }

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