#EFA9B7

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

Shades of Cupid #EFA9B7

Tints of Cupid #EFA9B7

Color information

#EFA9B7 (or 0xEFA9B7) is unknown color: approx Cupid. HEX triplet: EF, A9 and B7. RGB value is (239,169,183). Sum of RGB (Red+Green+Blue) = 239+169+183=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA9B7 is #105648. Grayscale: #BFBFBF. Windows color (decimal): -1070665 or 12036591. OLE color: 12036591.

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

Color convert

RGB239169183-
CMYK00.290.230.06
HSL348º68.63%80%-
HSV(B)348º29.29%93.73%-
XYZ58.3350.1551.4-
YUV191.53123.19161.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=40.44%
G=28.60%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916918300.290.230.0634868.6380
HexEFA9B701D17615c4550
Octal357251267035276534105120
Binary1110111110101001101101110111011011111010101110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA9B7; }

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

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

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

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

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

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

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

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