#EBA7BE

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

Shades of Cupid #EBA7BE

Tints of Cupid #EBA7BE

Color information

#EBA7BE (or 0xEBA7BE) is unknown color: approx Cupid. HEX triplet: EB, A7 and BE. RGB value is (235,167,190). Sum of RGB (Red+Green+Blue) = 235+167+190=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7BE is #145841. Grayscale: #BDBDBD. Windows color (decimal): -1333314 or 12494827. OLE color: 12494827.

HSL color Cylindrical-coordinate representation of color #EBA7BE: hue angle of 339.71º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA7BE is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235167190-
CMYK00.290.190.08
HSL339.71º62.96%78.82%-
HSV(B)339.71º28.94%92.16%-
XYZ57.3749.0255.15-
YUV189.95128.03160.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 167 (65.62% from 255) = 28.21%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=39.70%
G=28.21%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516719000.290.190.08339.7162.9678.82
HexEBA7BE01D1381543f4f
Octal353247276035231052477117
Binary1110101110100111101111100111011001110001010101001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7BE; }

 p { color: rgb(235,167,190); }

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

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

 a { background-color: rgb(235,167,190); }

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

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

 span { border-color: rgb(235,167,190); }

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