#ECABBC

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

Shades of Cupid #ECABBC

Tints of Cupid #ECABBC

Color information

#ECABBC (or 0xECABBC) is unknown color: approx Cupid. HEX triplet: EC, AB and BC. RGB value is (236,171,188). Sum of RGB (Red+Green+Blue) = 236+171+188=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABBC is #135443. Grayscale: #C0C0C0. Windows color (decimal): -1266756 or 12364780. OLE color: 12364780.

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

Color convert

RGB236171188-
CMYK00.280.200.07
HSL344.31º63.11%79.8%-
HSV(B)344.31º27.54%92.55%-
XYZ58.2350.5954.27-
YUV192.37125.53159.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=39.66%
G=28.74%
B=31.60%

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
Decimal23617118800.280.200.07344.3163.1179.8
HexECABBC01C1471583f50
Octal35425327403424753077120
Binary111011001010101110111100011100101001111010110001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABBC; }

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

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

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

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

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

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

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

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