#EFA7BF

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

Shades of Cupid #EFA7BF

Tints of Cupid #EFA7BF

Color information

#EFA7BF (or 0xEFA7BF) is unknown color: approx Cupid. HEX triplet: EF, A7 and BF. RGB value is (239,167,191). Sum of RGB (Red+Green+Blue) = 239+167+191=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7BF is #105840. Grayscale: #BFBFBF. Windows color (decimal): -1071169 or 12560367. OLE color: 12560367.

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

Color convert

RGB239167191-
CMYK00.300.200.06
HSL340º69.23%79.61%-
HSV(B)340º30.13%93.73%-
XYZ58.8249.7555.79-
YUV191.26127.85162.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 167 (65.62% from 255) = 27.97%
BLUE value IS 191 (75% from 255) = 31.99%
R=40.03%
G=27.97%
B=31.99%

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
Decimal23916719100.300.200.0634069.2379.61
HexEFA7BF01E1461544550
Octal357247277036246524105120
Binary1110111110100111101111110111101010011010101010010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA7BF; }

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

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

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

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

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

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

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

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