#ECABBF

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

Shades of Cupid #ECABBF

Tints of Cupid #ECABBF

Color information

#ECABBF (or 0xECABBF) is unknown color: approx Cupid. HEX triplet: EC, AB and BF. RGB value is (236,171,191). Sum of RGB (Red+Green+Blue) = 236+171+191=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABBF is #135440. Grayscale: #C0C0C0. Windows color (decimal): -1266753 or 12561388. OLE color: 12561388.

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

Color convert

RGB236171191-
CMYK00.280.190.07
HSL341.54º63.11%79.8%-
HSV(B)341.54º27.54%92.55%-
XYZ58.5650.7255.99-
YUV192.71127.03158.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 191 (75% from 255) = 31.94%
R=39.46%
G=28.60%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617119100.280.190.07341.5463.1179.8
HexECABBF01C1371563f50
Octal35425327703423752677120
Binary111011001010101110111111011100100111111010101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECABBF; }

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

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

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

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

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

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

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

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