#EBAABE

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

Shades of Cupid #EBAABE

Tints of Cupid #EBAABE

Color information

#EBAABE (or 0xEBAABE) is unknown color: approx Cupid. HEX triplet: EB, AA and BE. RGB value is (235,170,190). Sum of RGB (Red+Green+Blue) = 235+170+190=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAABE is #145541. Grayscale: #BFBFBF. Windows color (decimal): -1332546 or 12495595. OLE color: 12495595.

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

Color convert

RGB235170190-
CMYK00.280.190.08
HSL341.54º61.9%79.41%-
HSV(B)341.54º27.66%92.16%-
XYZ57.9350.1355.34-
YUV191.72127.03158.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 170 (66.80% from 255) = 28.57%
BLUE value IS 190 (74.61% from 255) = 31.93%
R=39.50%
G=28.57%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517019000.280.190.08341.5461.979.41
HexEBAABE01C1381563e4f
Octal353252276034231052676117
Binary1110101110101010101111100111001001110001010101101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAABE; }

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

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

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

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

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

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

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

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