#E161B4

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

Shades of Hot Pink #E161B4

Tints of Hot Pink #E161B4

Color information

#E161B4 (or 0xE161B4) is unknown color: approx Hot Pink. HEX triplet: E1, 61 and B4. RGB value is (225,97,180). Sum of RGB (Red+Green+Blue) = 225+97+180=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E161B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161B4 is #1E9E4B. Grayscale: #909090. Windows color (decimal): -2006604 or 11821537. OLE color: 11821537.

HSL color Cylindrical-coordinate representation of color #E161B4: hue angle of 321.09º 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 #E161B4 is Cyan = 0, Magento = 0.57, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB22597180-
CMYK00.570.20.12
HSL321.09º68.09%63.14%-
HSV(B)321.09º56.89%88.24%-
XYZ43.5627.8546.26-
YUV144.73147.91185.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 97 (38.28% from 255) = 19.32%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=44.82%
G=19.32%
B=35.86%

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
Decimal2259718000.570.20.12321.0968.0963.14
HexE161B403914C141443f
Octal341141264071241450110477
Binary1110000111000011011010001110011010011001010000011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E161B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E161B4; }

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

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

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

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

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

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

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

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