#EFA8BE

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

Shades of Cupid #EFA8BE

Tints of Cupid #EFA8BE

Color information

#EFA8BE (or 0xEFA8BE) is unknown color: approx Cupid. HEX triplet: EF, A8 and BE. RGB value is (239,168,190). Sum of RGB (Red+Green+Blue) = 239+168+190=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8BE is #105741. Grayscale: #BFBFBF. Windows color (decimal): -1070914 or 12495087. OLE color: 12495087.

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

Color convert

RGB239168190-
CMYK00.300.210.06
HSL341.41º68.93%79.8%-
HSV(B)341.41º29.71%93.73%-
XYZ58.8950.0755.28-
YUV191.74127.02161.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 168 (66.02% from 255) = 28.14%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=40.03%
G=28.14%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916819000.300.210.06341.4168.9379.8
HexEFA8BE01E1561554550
Octal357250276036256525105120
Binary1110111110101000101111100111101010111010101010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8BE; }

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

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

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

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

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

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

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

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