#ECAABB

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

Shades of Cupid #ECAABB

Tints of Cupid #ECAABB

Color information

#ECAABB (or 0xECAABB) is unknown color: approx Cupid. HEX triplet: EC, AA and BB. RGB value is (236,170,187). Sum of RGB (Red+Green+Blue) = 236+170+187=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAABB is #135544. Grayscale: #BFBFBF. Windows color (decimal): -1267013 or 12298988. OLE color: 12298988.

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

Color convert

RGB236170187-
CMYK00.280.210.07
HSL344.55º63.46%79.61%-
HSV(B)344.55º27.97%92.55%-
XYZ57.9450.1753.64-
YUV191.67125.37159.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 170 (66.80% from 255) = 28.67%
BLUE value IS 187 (73.44% from 255) = 31.53%
R=39.80%
G=28.67%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617018700.280.210.07344.5563.4679.61
HexECAABB01C1571593f50
Octal35425227303425753177120
Binary111011001010101010111011011100101011111010110011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAABB; }

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

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

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

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

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

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

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

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