#EFA5BF

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

Shades of Cupid #EFA5BF

Tints of Cupid #EFA5BF

Color information

#EFA5BF (or 0xEFA5BF) is unknown color: approx Cupid. HEX triplet: EF, A5 and BF. RGB value is (239,165,191). Sum of RGB (Red+Green+Blue) = 239+165+191=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5BF is #105A40. Grayscale: #BEBEBE. Windows color (decimal): -1071681 or 12559855. OLE color: 12559855.

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

Color convert

RGB239165191-
CMYK00.310.200.06
HSL338.92º69.81%79.22%-
HSV(B)338.92º30.96%93.73%-
XYZ58.4649.0255.67-
YUV190.09128.52162.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 191 (75% from 255) = 32.10%
R=40.17%
G=27.73%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916519100.310.200.06338.9269.8179.22
HexEFA5BF01F146153464f
Octal357245277037246523106117
Binary1110111110100101101111110111111010011010101001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA5BF; }

 p { color: rgb(239,165,191); }

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

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

 a { background-color: rgb(239,165,191); }

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

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

 span { border-color: rgb(239,165,191); }

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