#EFA6BB

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

Shades of Cupid #EFA6BB

Tints of Cupid #EFA6BB

Color information

#EFA6BB (or 0xEFA6BB) is unknown color: approx Cupid. HEX triplet: EF, A6 and BB. RGB value is (239,166,187). Sum of RGB (Red+Green+Blue) = 239+166+187=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6BB is #105944. Grayscale: #BEBEBE. Windows color (decimal): -1071429 or 12297967. OLE color: 12297967.

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

Color convert

RGB239166187-
CMYK00.310.220.06
HSL342.74º69.52%79.41%-
HSV(B)342.74º30.54%93.73%-
XYZ58.249.2153.44-
YUV190.22126.18162.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=40.37%
G=28.04%
B=31.59%

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
Decimal23916618700.310.220.06342.7469.5279.41
HexEFA6BB01F166157464f
Octal357246273037266527106117
Binary1110111110100110101110110111111011011010101011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6BB; }

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

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

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

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

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

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

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

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