#EB50BA

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

Shades of Hot Pink #EB50BA

Tints of Hot Pink #EB50BA

Color information

#EB50BA (or 0xEB50BA) is unknown color: approx Hot Pink. HEX triplet: EB, 50 and BA. RGB value is (235,80,186). Sum of RGB (Red+Green+Blue) = 235+80+186=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB50BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB50BA is #14AF45. Grayscale: #8A8A8A. Windows color (decimal): -1355590 or 12210411. OLE color: 12210411.

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

Color convert

RGB23580186-
CMYK00.660.210.08
HSL318.97º79.49%61.76%-
HSV(B)318.97º65.96%92.16%-
XYZ45.9926.9449.23-
YUV138.43154.85196.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 80 (31.64% from 255) = 15.97%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=46.91%
G=15.97%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358018600.660.210.08318.9779.4961.76
HexEB50BA04215813f4f3e
Octal3531202720102251047711776
Binary11101011101000010111010010000101010110001001111111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB50BA; }

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

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

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

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

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

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

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

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