#E165B0

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

Shades of Hot Pink #E165B0

Tints of Hot Pink #E165B0

Color information

#E165B0 (or 0xE165B0) is unknown color: approx Hot Pink. HEX triplet: E1, 65 and B0. RGB value is (225,101,176). Sum of RGB (Red+Green+Blue) = 225+101+176=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E165B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E165B0 is #1E9A4F. Grayscale: #929292. Windows color (decimal): -2005584 or 11560417. OLE color: 11560417.

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

Color convert

RGB225101176-
CMYK00.550.220.12
HSL323.71º67.39%63.92%-
HSV(B)323.71º55.11%88.24%-
XYZ43.5428.4544.27-
YUV146.63144.58183.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 176 (69.14% from 255) = 35.06%
R=44.82%
G=20.12%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510117600.550.220.12323.7167.3963.92
HexE165B003716C1444340
Octal3411452600672614504103100
Binary11100001110010110110000011011110110110010100010010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E165B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E165B0; }

 p { color: rgb(225,101,176); }

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

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

 a { background-color: rgb(225,101,176); }

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

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

 span { border-color: rgb(225,101,176); }

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