#EFB0BA

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

Shades of Cupid #EFB0BA

Tints of Cupid #EFB0BA

Color information

#EFB0BA (or 0xEFB0BA) is unknown color: approx Cupid. HEX triplet: EF, B0 and BA. RGB value is (239,176,186). Sum of RGB (Red+Green+Blue) = 239+176+186=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0BA is #104F45. Grayscale: #C4C4C4. Windows color (decimal): -1068870 or 12234991. OLE color: 12234991.

HSL color Cylindrical-coordinate representation of color #EFB0BA: hue angle of 350.48º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFB0BA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB239176186-
CMYK00.260.220.06
HSL350.48º66.32%81.37%-
HSV(B)350.48º26.36%93.73%-
XYZ59.9852.9553.51-
YUV195.98122.37158.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=39.77%
G=29.28%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917618600.260.220.06350.4866.3281.37
HexEFB0BA01A16615e4251
Octal357260272032266536102121
Binary1110111110110000101110100110101011011010101111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0BA; }

 p { color: rgb(239,176,186); }

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

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

 a { background-color: rgb(239,176,186); }

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

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

 span { border-color: rgb(239,176,186); }

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