#eba8ba

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

Shades of Cupid #EBA8BA

Tints of Cupid #EBA8BA

Color information

#EBA8BA (or 0xEBA8BA) is unknown color: approx Cupid. HEX triplet: EB, A8 and BA. RGB value is (235,168,186). Sum of RGB (Red+Green+Blue) = 235+168+186=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA8BA is #145745. Grayscale: #BEBEBE. Windows color (decimal): -1333062 or 12232939. OLE color: 12232939.

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

Color convert

RGB235168186-
CMYK00.290.210.08
HSL343.88º62.62%79.02%-
HSV(B)343.88º28.51%92.16%-
XYZ57.1349.2152.94-
YUV190.08125.7160.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=39.90%
G=28.52%
B=31.58%

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
Decimal23516818600.290.210.08343.8862.6279.02
HexEBA8BA01D1581583f4f
Octal353250272035251053077117
Binary1110101110101000101110100111011010110001010110001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eba8ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eba8ba; }

 p { color: rgb(235,168,186); }

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

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

 a { background-color: rgb(235,168,186); }

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

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

 span { border-color: rgb(235,168,186); }

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