#E164B1

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

Shades of Hot Pink #E164B1

Tints of Hot Pink #E164B1

Color information

#E164B1 (or 0xE164B1) is unknown color: approx Hot Pink. HEX triplet: E1, 64 and B1. RGB value is (225,100,177). Sum of RGB (Red+Green+Blue) = 225+100+177=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E164B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E164B1 is #1E9B4E. Grayscale: #919191. Windows color (decimal): -2005839 or 11625697. OLE color: 11625697.

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

Color convert

RGB225100177-
CMYK00.560.210.12
HSL323.04º67.57%63.73%-
HSV(B)323.04º55.56%88.24%-
XYZ43.5428.344.76-
YUV146.15145.41184.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 100 (39.45% from 255) = 19.92%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=44.82%
G=19.92%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510017700.560.210.12323.0467.5763.73
HexE164B103815C1434440
Octal3411442610702514503104100
Binary11100001110010010110001011100010101110010100001110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E164B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E164B1; }

 p { color: rgb(225,100,177); }

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

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

 a { background-color: rgb(225,100,177); }

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

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

 span { border-color: rgb(225,100,177); }

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