#ECA4E2

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

Shades of Lavender Rose #ECA4E2

Tints of Lavender Rose #ECA4E2

Color information

#ECA4E2 (or 0xECA4E2) is unknown color: approx Lavender Rose. HEX triplet: EC, A4 and E2. RGB value is (236,164,226). Sum of RGB (Red+Green+Blue) = 236+164+226=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4E2 is #135B1D. Grayscale: #C0C0C0. Windows color (decimal): -1268510 or 14853356. OLE color: 14853356.

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

Color convert

RGB236164226-
CMYK00.310.040.07
HSL308.33º65.45%78.43%-
HSV(B)308.33º30.51%92.55%-
XYZ61.5949.8778.33-
YUV192.6146.85158.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 164 (64.45% from 255) = 26.20%
BLUE value IS 226 (88.67% from 255) = 36.10%
R=37.70%
G=26.20%
B=36.10%

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
Decimal23616422600.310.040.07308.3365.4578.43
HexECA4E201F47134414e
Octal35424434203747464101116
Binary11101100101001001110001001111110011110011010010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA4E2; }

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

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

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

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

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

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

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

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