#EBAABA

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

Shades of Cupid #EBAABA

Tints of Cupid #EBAABA

Color information

#EBAABA (or 0xEBAABA) is unknown color: approx Cupid. HEX triplet: EB, AA and BA. RGB value is (235,170,186). Sum of RGB (Red+Green+Blue) = 235+170+186=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAABA is #145545. Grayscale: #BFBFBF. Windows color (decimal): -1332550 or 12233451. OLE color: 12233451.

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

Color convert

RGB235170186-
CMYK00.280.210.08
HSL345.23º61.9%79.41%-
HSV(B)345.23º27.66%92.16%-
XYZ57.549.9653.07-
YUV191.26125.03159.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=39.76%
G=28.76%
B=31.47%

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
Decimal23517018600.280.210.08345.2361.979.41
HexEBAABA01C1581593e4f
Octal353252272034251053176117
Binary1110101110101010101110100111001010110001010110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAABA; }

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

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

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

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

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

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

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

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