#eca9bf

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

Shades of Cupid #ECA9BF

Tints of Cupid #ECA9BF

Color information

#ECA9BF (or 0xECA9BF) is unknown color: approx Cupid. HEX triplet: EC, A9 and BF. RGB value is (236,169,191). Sum of RGB (Red+Green+Blue) = 236+169+191=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA9BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA9BF is #135640. Grayscale: #BFBFBF. Windows color (decimal): -1267265 or 12560876. OLE color: 12560876.

HSL color Cylindrical-coordinate representation of color #ECA9BF: hue angle of 340.3º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECA9BF is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236169191-
CMYK00.280.190.07
HSL340.3º63.81%79.41%-
HSV(B)340.3º28.39%92.55%-
XYZ58.1849.9755.87-
YUV191.54127.7159.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.60%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 191 (75% from 255) = 32.05%
R=39.60%
G=28.36%
B=32.05%

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
Decimal23616919100.280.190.07340.363.8179.41
HexECA9BF01C137154404f
Octal354251277034237524100117
Binary1110110010101001101111110111001001111110101010010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eca9bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eca9bf; }

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

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

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

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

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

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

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

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