#ECAABC

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

Shades of Cupid #ECAABC

Tints of Cupid #ECAABC

Color information

#ECAABC (or 0xECAABC) is unknown color: approx Cupid. HEX triplet: EC, AA and BC. RGB value is (236,170,188). Sum of RGB (Red+Green+Blue) = 236+170+188=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAABC is #135543. Grayscale: #BFBFBF. Windows color (decimal): -1267012 or 12364524. OLE color: 12364524.

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

Color convert

RGB236170188-
CMYK00.280.200.07
HSL343.64º63.46%79.61%-
HSV(B)343.64º27.97%92.55%-
XYZ58.0450.2154.21-
YUV191.79125.87159.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 170 (66.80% from 255) = 28.62%
BLUE value IS 188 (73.83% from 255) = 31.65%
R=39.73%
G=28.62%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617018800.280.200.07343.6463.4679.61
HexECAABC01C1471583f50
Octal35425227403424753077120
Binary111011001010101010111100011100101001111010110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAABC; }

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

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

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

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

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

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

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

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