#ECA5DE

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

Shades of Lavender Rose #ECA5DE

Tints of Lavender Rose #ECA5DE

Color information

#ECA5DE (or 0xECA5DE) is unknown color: approx Lavender Rose. HEX triplet: EC, A5 and DE. RGB value is (236,165,222). Sum of RGB (Red+Green+Blue) = 236+165+222=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5DE is #135A21. Grayscale: #C0C0C0. Windows color (decimal): -1268258 or 14591468. OLE color: 14591468.

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

Color convert

RGB236165222-
CMYK00.300.060.07
HSL311.83º65.14%78.63%-
HSV(B)311.83º30.08%92.55%-
XYZ61.2350.0275.53-
YUV192.73144.52158.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 165 (64.84% from 255) = 26.48%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=37.88%
G=26.48%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616522200.300.060.07311.8365.1478.63
HexECA5DE01E67138414f
Octal35424533603667470101117
Binary11101100101001011101111001111011011110011100010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA5DE; }

 p { color: rgb(236,165,222); }

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

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

 a { background-color: rgb(236,165,222); }

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

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

 span { border-color: rgb(236,165,222); }

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