#EB5AB7

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

Shades of Hot Pink #EB5AB7

Tints of Hot Pink #EB5AB7

Color information

#EB5AB7 (or 0xEB5AB7) is unknown color: approx Hot Pink. HEX triplet: EB, 5A and B7. RGB value is (235,90,183). Sum of RGB (Red+Green+Blue) = 235+90+183=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5AB7 is #14A548. Grayscale: #8F8F8F. Windows color (decimal): -1353033 or 12016363. OLE color: 12016363.

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

Color convert

RGB23590183-
CMYK00.620.220.08
HSL321.52º78.38%63.73%-
HSV(B)321.52º61.7%92.16%-
XYZ46.4628.3947.83-
YUV143.96150.04192.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 90 (35.55% from 255) = 17.72%
BLUE value IS 183 (71.88% from 255) = 36.02%
R=46.26%
G=17.72%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359018300.620.220.08321.5278.3863.73
HexEB5AB703E1681424e40
Octal3531322670762610502116100
Binary11101011101101010110111011111010110100010100001010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5AB7; }

 p { color: rgb(235,90,183); }

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

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

 a { background-color: rgb(235,90,183); }

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

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

 span { border-color: rgb(235,90,183); }

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