#EFA8B7

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

Shades of Cupid #EFA8B7

Tints of Cupid #EFA8B7

Color information

#EFA8B7 (or 0xEFA8B7) is unknown color: approx Cupid. HEX triplet: EF, A8 and B7. RGB value is (239,168,183). Sum of RGB (Red+Green+Blue) = 239+168+183=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8B7 is #105748. Grayscale: #BEBEBE. Windows color (decimal): -1070921 or 12036335. OLE color: 12036335.

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

Color convert

RGB239168183-
CMYK00.300.230.06
HSL347.32º68.93%79.8%-
HSV(B)347.32º29.71%93.73%-
XYZ58.1549.7751.34-
YUV190.94123.52162.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 168 (66.02% from 255) = 28.47%
BLUE value IS 183 (71.88% from 255) = 31.02%
R=40.51%
G=28.47%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916818300.300.230.06347.3268.9379.8
HexEFA8B701E17615b4550
Octal357250267036276533105120
Binary1110111110101000101101110111101011111010101101110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8B7; }

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

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

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

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

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

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

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

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