#EBA9BA

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

Shades of Cupid #EBA9BA

Tints of Cupid #EBA9BA

Color information

#EBA9BA (or 0xEBA9BA) is unknown color: approx Cupid. HEX triplet: EB, A9 and BA. RGB value is (235,169,186). Sum of RGB (Red+Green+Blue) = 235+169+186=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9BA is #145645. Grayscale: #BEBEBE. Windows color (decimal): -1332806 or 12233195. OLE color: 12233195.

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

Color convert

RGB235169186-
CMYK00.280.210.08
HSL344.55º62.26%79.22%-
HSV(B)344.55º28.09%92.16%-
XYZ57.3149.5853-
YUV190.67125.37159.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 169 (66.41% from 255) = 28.64%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=39.83%
G=28.64%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516918600.280.210.08344.5562.2679.22
HexEBA9BA01C1581593e4f
Octal353251272034251053176117
Binary1110101110101001101110100111001010110001010110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9BA; }

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

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

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

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

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

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

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

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