#EFA4BB

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

Shades of Cupid #EFA4BB

Tints of Cupid #EFA4BB

Color information

#EFA4BB (or 0xEFA4BB) is unknown color: approx Cupid. HEX triplet: EF, A4 and BB. RGB value is (239,164,187). Sum of RGB (Red+Green+Blue) = 239+164+187=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA4BB is #105B44. Grayscale: #BDBDBD. Windows color (decimal): -1071941 or 12297455. OLE color: 12297455.

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

Color convert

RGB239164187-
CMYK00.310.220.06
HSL341.6º70.09%79.02%-
HSV(B)341.6º31.38%93.73%-
XYZ57.8448.4953.32-
YUV189.05126.85163.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 164 (64.45% from 255) = 27.80%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=40.51%
G=27.80%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916418700.310.220.06341.670.0979.02
HexEFA4BB01F166156464f
Octal357244273037266526106117
Binary1110111110100100101110110111111011011010101011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4BB; }

 p { color: rgb(239,164,187); }

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

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

 a { background-color: rgb(239,164,187); }

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

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

 span { border-color: rgb(239,164,187); }

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