#EBAAC5

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

Shades of Cupid #EBAAC5

Tints of Cupid #EBAAC5

Color information

#EBAAC5 (or 0xEBAAC5) is unknown color: approx Cupid. HEX triplet: EB, AA and C5. RGB value is (235,170,197). Sum of RGB (Red+Green+Blue) = 235+170+197=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAC5 is #14553A. Grayscale: #C0C0C0. Windows color (decimal): -1332539 or 12954347. OLE color: 12954347.

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

Color convert

RGB235170197-
CMYK00.280.160.08
HSL335.08º61.9%79.41%-
HSV(B)335.08º27.66%92.16%-
XYZ58.7150.4459.47-
YUV192.51130.53158.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 197 (77.34% from 255) = 32.72%
R=39.04%
G=28.24%
B=32.72%

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
Decimal23517019700.280.160.08335.0861.979.41
HexEBAAC501C10814f3e4f
Octal353252305034201051776117
Binary1110101110101010110001010111001000010001010011111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAC5; }

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

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

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

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

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

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

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

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