#ECAACA

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

Shades of Lavender Pink #ECAACA

Tints of Lavender Pink #ECAACA

Color information

#ECAACA (or 0xECAACA) is unknown color: approx Lavender Pink. HEX triplet: EC, AA and CA. RGB value is (236,170,202). Sum of RGB (Red+Green+Blue) = 236+170+202=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAACA is #135535. Grayscale: #C1C1C1. Windows color (decimal): -1266998 or 13282028. OLE color: 13282028.

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

Color convert

RGB236170202-
CMYK00.280.140.07
HSL330.91º63.46%79.61%-
HSV(B)330.91º27.97%92.55%-
XYZ59.6350.8562.55-
YUV193.38132.87158.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 170 (66.80% from 255) = 27.96%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=38.82%
G=27.96%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617020200.280.140.07330.9163.4679.61
HexECAACA01CE714b3f50
Octal35425231203416751377120
Binary11101100101010101100101001110011101111010010111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAACA; }

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

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

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

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

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

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

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

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