#EFB1BB

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

Shades of Cupid #EFB1BB

Tints of Cupid #EFB1BB

Color information

#EFB1BB (or 0xEFB1BB) is unknown color: approx Cupid. HEX triplet: EF, B1 and BB. RGB value is (239,177,187). Sum of RGB (Red+Green+Blue) = 239+177+187=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB1BB is #104E44. Grayscale: #C4C4C4. Windows color (decimal): -1068613 or 12300783. OLE color: 12300783.

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

Color convert

RGB239177187-
CMYK00.260.220.06
HSL350.32º65.96%81.57%-
HSV(B)350.32º25.94%93.73%-
XYZ60.2953.3854.14-
YUV196.68122.54158.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=39.64%
G=29.35%
B=31.01%

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
Decimal23917718700.260.220.06350.3265.9681.57
HexEFB1BB01A16615e4252
Octal357261273032266536102122
Binary1110111110110001101110110110101011011010101111010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB1BB; }

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

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

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

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

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

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

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

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