#EFB0BB

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

Shades of Cupid #EFB0BB

Tints of Cupid #EFB0BB

Color information

#EFB0BB (or 0xEFB0BB) is unknown color: approx Cupid. HEX triplet: EF, B0 and BB. RGB value is (239,176,187). Sum of RGB (Red+Green+Blue) = 239+176+187=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0BB is #104F44. Grayscale: #C4C4C4. Windows color (decimal): -1068869 or 12300527. OLE color: 12300527.

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

Color convert

RGB239176187-
CMYK00.260.220.06
HSL349.52º66.32%81.37%-
HSV(B)349.52º26.36%93.73%-
XYZ60.0952.9954.07-
YUV196.09122.87158.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=39.70%
G=29.24%
B=31.06%

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
Decimal23917618700.260.220.06349.5266.3281.37
HexEFB0BB01A16615e4251
Octal357260273032266536102121
Binary1110111110110000101110110110101011011010101111010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0BB; }

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

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

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

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

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

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

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

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