#EFA8BF

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

Shades of Cupid #EFA8BF

Tints of Cupid #EFA8BF

Color information

#EFA8BF (or 0xEFA8BF) is unknown color: approx Cupid. HEX triplet: EF, A8 and BF. RGB value is (239,168,191). Sum of RGB (Red+Green+Blue) = 239+168+191=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8BF is #105740. Grayscale: #BFBFBF. Windows color (decimal): -1070913 or 12560623. OLE color: 12560623.

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

Color convert

RGB239168191-
CMYK00.300.200.06
HSL340.56º68.93%79.8%-
HSV(B)340.56º29.71%93.73%-
XYZ5950.1255.85-
YUV191.85127.52161.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 168 (66.02% from 255) = 28.09%
BLUE value IS 191 (75% from 255) = 31.94%
R=39.97%
G=28.09%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916819100.300.200.06340.5668.9379.8
HexEFA8BF01E1461554550
Octal357250277036246525105120
Binary1110111110101000101111110111101010011010101010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8BF; }

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

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

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

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

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

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

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

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