#EFA6BE

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

Shades of Cupid #EFA6BE

Tints of Cupid #EFA6BE

Color information

#EFA6BE (or 0xEFA6BE) is unknown color: approx Cupid. HEX triplet: EF, A6 and BE. RGB value is (239,166,190). Sum of RGB (Red+Green+Blue) = 239+166+190=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6BE is #105941. Grayscale: #BEBEBE. Windows color (decimal): -1071426 or 12494575. OLE color: 12494575.

HSL color Cylindrical-coordinate representation of color #EFA6BE: hue angle of 340.27º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6BE is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239166190-
CMYK00.310.210.06
HSL340.27º69.52%79.41%-
HSV(B)340.27º30.54%93.73%-
XYZ58.5349.3455.15-
YUV190.56127.68162.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 166 (65.23% from 255) = 27.90%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=40.17%
G=27.90%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916619000.310.210.06340.2769.5279.41
HexEFA6BE01F156154464f
Octal357246276037256524106117
Binary1110111110100110101111100111111010111010101010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6BE; }

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

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

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

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

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

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

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

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