#EBA6BA

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

Shades of Cupid #EBA6BA

Tints of Cupid #EBA6BA

Color information

#EBA6BA (or 0xEBA6BA) is unknown color: approx Cupid. HEX triplet: EB, A6 and BA. RGB value is (235,166,186). Sum of RGB (Red+Green+Blue) = 235+166+186=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA6BA is #145945. Grayscale: #BCBCBC. Windows color (decimal): -1333574 or 12232427. OLE color: 12232427.

HSL color Cylindrical-coordinate representation of color #EBA6BA: hue angle of 342.61º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA6BA is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235166186-
CMYK00.290.210.08
HSL342.61º63.3%78.63%-
HSV(B)342.61º29.36%92.16%-
XYZ56.7648.4852.82-
YUV188.91126.36160.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 166 (65.23% from 255) = 28.28%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=40.03%
G=28.28%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516618600.290.210.08342.6163.378.63
HexEBA6BA01D1581573f4f
Octal353246272035251052777117
Binary1110101110100110101110100111011010110001010101111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6BA; }

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

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

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

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

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

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

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

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