#EFB0BE

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

Shades of Cupid #EFB0BE

Tints of Cupid #EFB0BE

Color information

#EFB0BE (or 0xEFB0BE) is unknown color: approx Cupid. HEX triplet: EF, B0 and BE. RGB value is (239,176,190). Sum of RGB (Red+Green+Blue) = 239+176+190=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFB0BE is #104F41. Grayscale: #C4C4C4. Windows color (decimal): -1068866 or 12497135. OLE color: 12497135.

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

Color convert

RGB239176190-
CMYK00.260.210.06
HSL346.67º66.32%81.37%-
HSV(B)346.67º26.36%93.73%-
XYZ60.4253.1255.78-
YUV196.43124.37158.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=39.50%
G=29.09%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917619000.260.210.06346.6766.3281.37
HexEFB0BE01A15615b4251
Octal357260276032256533102121
Binary1110111110110000101111100110101010111010101101110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB0BE; }

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

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

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

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

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

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

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

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