#EFA9BE

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

Shades of Cupid #EFA9BE

Tints of Cupid #EFA9BE

Color information

#EFA9BE (or 0xEFA9BE) is unknown color: approx Cupid. HEX triplet: EF, A9 and BE. RGB value is (239,169,190). Sum of RGB (Red+Green+Blue) = 239+169+190=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9BE is #105641. Grayscale: #C0C0C0. Windows color (decimal): -1070658 or 12495343. OLE color: 12495343.

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

Color convert

RGB239169190-
CMYK00.290.210.06
HSL342º68.63%80%-
HSV(B)342º29.29%93.73%-
XYZ59.0850.4455.34-
YUV192.32126.69161.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 169 (66.41% from 255) = 28.26%
BLUE value IS 190 (74.61% from 255) = 31.77%
R=39.97%
G=28.26%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916919000.290.210.0634268.6380
HexEFA9BE01D1561564550
Octal357251276035256526105120
Binary1110111110101001101111100111011010111010101011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9BE; }

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

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

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

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

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

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

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

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