#E165B3

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

Shades of Hot Pink #E165B3

Tints of Hot Pink #E165B3

Color information

#E165B3 (or 0xE165B3) is unknown color: approx Hot Pink. HEX triplet: E1, 65 and B3. RGB value is (225,101,179). Sum of RGB (Red+Green+Blue) = 225+101+179=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E165B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165B3 is #1E9A4C. Grayscale: #929292. Windows color (decimal): -2005581 or 11757025. OLE color: 11757025.

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

Color convert

RGB225101179-
CMYK00.550.200.12
HSL322.26º67.39%63.92%-
HSV(B)322.26º55.11%88.24%-
XYZ43.8428.5745.85-
YUV146.97146.08183.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 101 (39.84% from 255) = 20%
BLUE value IS 179 (70.31% from 255) = 35.45%
R=44.55%
G=20%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510117900.550.200.12322.2667.3963.92
HexE165B303714C1424340
Octal3411452630672414502103100
Binary11100001110010110110011011011110100110010100001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E165B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E165B3; }

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

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

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

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

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

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

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

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