#ECA5E3

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

Shades of Lavender Rose #ECA5E3

Tints of Lavender Rose #ECA5E3

Color information

#ECA5E3 (or 0xECA5E3) is unknown color: approx Lavender Rose. HEX triplet: EC, A5 and E3. RGB value is (236,165,227). Sum of RGB (Red+Green+Blue) = 236+165+227=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA5E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA5E3 is #135A1C. Grayscale: #C1C1C1. Windows color (decimal): -1268253 or 14919148. OLE color: 14919148.

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

Color convert

RGB236165227-
CMYK00.300.040.07
HSL307.61º65.14%78.63%-
HSV(B)307.61º30.08%92.55%-
XYZ61.9150.2979.12-
YUV193.3147.02158.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.58%
GREEN value IS 165 (64.84% from 255) = 26.27%
BLUE value IS 227 (89.06% from 255) = 36.15%
R=37.58%
G=26.27%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616522700.300.040.07307.6165.1478.63
HexECA5E301E47134414f
Octal35424534303647464101117
Binary11101100101001011110001101111010011110011010010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA5E3; }

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

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

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

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

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

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

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

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