#EBA9B9

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

Shades of Cupid #EBA9B9

Tints of Cupid #EBA9B9

Color information

#EBA9B9 (or 0xEBA9B9) is unknown color: approx Cupid. HEX triplet: EB, A9 and B9. RGB value is (235,169,185). Sum of RGB (Red+Green+Blue) = 235+169+185=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9B9 is #145646. Grayscale: #BEBEBE. Windows color (decimal): -1332807 or 12167659. OLE color: 12167659.

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

Color convert

RGB235169185-
CMYK00.280.210.08
HSL345.45º62.26%79.22%-
HSV(B)345.45º28.09%92.16%-
XYZ57.2149.5452.45-
YUV190.56124.87159.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 169 (66.41% from 255) = 28.69%
BLUE value IS 185 (72.66% from 255) = 31.41%
R=39.90%
G=28.69%
B=31.41%

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
Decimal23516918500.280.210.08345.4562.2679.22
HexEBA9B901C1581593e4f
Octal353251271034251053176117
Binary1110101110101001101110010111001010110001010110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9B9; }

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

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

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

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

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

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

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

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