#EFA9BF

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

Shades of Cupid #EFA9BF

Tints of Cupid #EFA9BF

Color information

#EFA9BF (or 0xEFA9BF) is unknown color: approx Cupid. HEX triplet: EF, A9 and BF. RGB value is (239,169,191). Sum of RGB (Red+Green+Blue) = 239+169+191=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9BF is #105640. Grayscale: #C0C0C0. Windows color (decimal): -1070657 or 12560879. OLE color: 12560879.

HSL color Cylindrical-coordinate representation of color #EFA9BF: hue angle of 341.14º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFA9BF is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239169191-
CMYK00.290.200.06
HSL341.14º68.63%80%-
HSV(B)341.14º29.29%93.73%-
XYZ59.1950.4955.92-
YUV192.44127.19161.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 169 (66.41% from 255) = 28.21%
BLUE value IS 191 (75% from 255) = 31.89%
R=39.90%
G=28.21%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916919100.290.200.06341.1468.6380
HexEFA9BF01D1461554550
Octal357251277035246525105120
Binary1110111110101001101111110111011010011010101010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9BF; }

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

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

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

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

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

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

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

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