#ECAADA

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

Shades of Lavender Rose #ECAADA

Tints of Lavender Rose #ECAADA

Color information

#ECAADA (or 0xECAADA) is unknown color: approx Lavender Rose. HEX triplet: EC, AA and DA. RGB value is (236,170,218). Sum of RGB (Red+Green+Blue) = 236+170+218=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAADA is #135525. Grayscale: #C3C3C3. Windows color (decimal): -1266982 or 14330604. OLE color: 14330604.

HSL color Cylindrical-coordinate representation of color #ECAADA: hue angle of 316.36º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAADA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236170218-
CMYK00.280.080.07
HSL316.36º63.46%79.61%-
HSV(B)316.36º27.97%92.55%-
XYZ61.6251.6473.05-
YUV195.21140.87157.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.82%
GREEN value IS 170 (66.80% from 255) = 27.24%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=37.82%
G=27.24%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617021800.280.080.07316.3663.4679.61
HexECAADA01C8713c3f50
Octal35425233203410747477120
Binary11101100101010101101101001110010001111001111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAADA; }

 p { color: rgb(236,170,218); }

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

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

 a { background-color: rgb(236,170,218); }

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

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

 span { border-color: rgb(236,170,218); }

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