#ECA6E1

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

Shades of Lavender Rose #ECA6E1

Tints of Lavender Rose #ECA6E1

Color information

#ECA6E1 (or 0xECA6E1) is unknown color: approx Lavender Rose. HEX triplet: EC, A6 and E1. RGB value is (236,166,225). Sum of RGB (Red+Green+Blue) = 236+166+225=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 166 (65.23% from 255 or 26.48% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA6E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA6E1 is #13591E. Grayscale: #C1C1C1. Windows color (decimal): -1267999 or 14788332. OLE color: 14788332.

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

Color convert

RGB236166225-
CMYK00.300.050.07
HSL309.43º64.81%78.82%-
HSV(B)309.43º29.66%92.55%-
XYZ61.8250.5477.73-
YUV193.66145.69158.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.64%
GREEN value IS 166 (65.23% from 255) = 26.48%
BLUE value IS 225 (88.28% from 255) = 35.89%
R=37.64%
G=26.48%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616622500.300.050.07309.4364.8178.82
HexECA6E101E57135414f
Octal35424634103657465101117
Binary11101100101001101110000101111010111110011010110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA6E1; }

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

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

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

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

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

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

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

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