#EBA7B9

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

Shades of Cupid #EBA7B9

Tints of Cupid #EBA7B9

Color information

#EBA7B9 (or 0xEBA7B9) is unknown color: approx Cupid. HEX triplet: EB, A7 and B9. RGB value is (235,167,185). Sum of RGB (Red+Green+Blue) = 235+167+185=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7B9 is #145846. Grayscale: #BDBDBD. Windows color (decimal): -1333319 or 12167147. OLE color: 12167147.

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

Color convert

RGB235167185-
CMYK00.290.210.08
HSL344.12º62.96%78.82%-
HSV(B)344.12º28.94%92.16%-
XYZ56.8448.852.32-
YUV189.38125.53160.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 167 (65.62% from 255) = 28.45%
BLUE value IS 185 (72.66% from 255) = 31.52%
R=40.03%
G=28.45%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516718500.290.210.08344.1262.9678.82
HexEBA7B901D1581583f4f
Octal353247271035251053077117
Binary1110101110100111101110010111011010110001010110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7B9; }

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

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

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

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

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

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

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

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