#ECAECA

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

Shades of Lavender Pink #ECAECA

Tints of Lavender Pink #ECAECA

Color information

#ECAECA (or 0xECAECA) is unknown color: approx Lavender Pink. HEX triplet: EC, AE and CA. RGB value is (236,174,202). Sum of RGB (Red+Green+Blue) = 236+174+202=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAECA is #135135. Grayscale: #C3C3C3. Windows color (decimal): -1265974 or 13283052. OLE color: 13283052.

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

Color convert

RGB236174202-
CMYK00.260.140.07
HSL332.9º62%80.39%-
HSV(B)332.9º26.27%92.55%-
XYZ60.3952.3762.8-
YUV195.73131.54156.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=38.56%
G=28.43%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617420200.260.140.07332.96280.39
HexECAECA01AE714d3e50
Octal35425631203216751576120
Binary11101100101011101100101001101011101111010011011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAECA; }

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

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

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

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

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

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

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

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