#EA5BB7

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

Shades of Hot Pink #EA5BB7

Tints of Hot Pink #EA5BB7

Color information

#EA5BB7 (or 0xEA5BB7) is unknown color: approx Hot Pink. HEX triplet: EA, 5B and B7. RGB value is (234,91,183). Sum of RGB (Red+Green+Blue) = 234+91+183=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5BB7 is #15A448. Grayscale: #909090. Windows color (decimal): -1418313 or 12016618. OLE color: 12016618.

HSL color Cylindrical-coordinate representation of color #EA5BB7: hue angle of 321.4º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5BB7 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB23491183-
CMYK00.610.220.08
HSL321.4º77.3%63.73%-
HSV(B)321.4º61.11%91.76%-
XYZ46.2228.3947.84-
YUV144.24149.88192.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 91 (35.94% from 255) = 17.91%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=46.06%
G=17.91%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349118300.610.220.08321.477.363.73
HexEA5BB703D1681414d40
Octal3521332670752610501115100
Binary11101010101101110110111011110110110100010100000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5BB7; }

 p { color: rgb(234,91,183); }

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

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

 a { background-color: rgb(234,91,183); }

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

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

 span { border-color: rgb(234,91,183); }

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