#E160B4

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

Shades of Hot Pink #E160B4

Tints of Hot Pink #E160B4

Color information

#E160B4 (or 0xE160B4) is unknown color: approx Hot Pink. HEX triplet: E1, 60 and B4. RGB value is (225,96,180). Sum of RGB (Red+Green+Blue) = 225+96+180=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E160B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E160B4 is #1E9F4B. Grayscale: #8F8F8F. Windows color (decimal): -2006860 or 11821281. OLE color: 11821281.

HSL color Cylindrical-coordinate representation of color #E160B4: hue angle of 320.93º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E160B4 is Cyan = 0, Magento = 0.57, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB22596180-
CMYK00.570.20.12
HSL320.93º68.25%62.94%-
HSV(B)320.93º57.33%88.24%-
XYZ43.4727.6746.23-
YUV144.15148.24185.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.91%
GREEN value IS 96 (37.89% from 255) = 19.16%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=44.91%
G=19.16%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259618000.570.20.12320.9368.2562.94
HexE160B403914C141443f
Octal341140264071241450110477
Binary1110000111000001011010001110011010011001010000011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E160B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E160B4; }

 p { color: rgb(225,96,180); }

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

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

 a { background-color: rgb(225,96,180); }

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

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

 span { border-color: rgb(225,96,180); }

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