#EBA9C5

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

Shades of Cupid #EBA9C5

Tints of Cupid #EBA9C5

Color information

#EBA9C5 (or 0xEBA9C5) is unknown color: approx Cupid. HEX triplet: EB, A9 and C5. RGB value is (235,169,197). Sum of RGB (Red+Green+Blue) = 235+169+197=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 197 (77.34% from 255 or 32.78% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9C5 is #14563A. Grayscale: #BFBFBF. Windows color (decimal): -1332795 or 12954091. OLE color: 12954091.

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

Color convert

RGB235169197-
CMYK00.280.160.08
HSL334.55º62.26%79.22%-
HSV(B)334.55º28.09%92.16%-
XYZ58.5350.0759.4-
YUV191.93130.87158.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 169 (66.41% from 255) = 28.12%
BLUE value IS 197 (77.34% from 255) = 32.78%
R=39.10%
G=28.12%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516919700.280.160.08334.5562.2679.22
HexEBA9C501C10814f3e4f
Octal353251305034201051776117
Binary1110101110101001110001010111001000010001010011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9C5; }

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

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

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

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

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

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

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

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