#E16DB1

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

Shades of Hot Pink #E16DB1

Tints of Hot Pink #E16DB1

Color information

#E16DB1 (or 0xE16DB1) is unknown color: approx Hot Pink. HEX triplet: E1, 6D and B1. RGB value is (225,109,177). Sum of RGB (Red+Green+Blue) = 225+109+177=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DB1 is #1E924E. Grayscale: #979797. Windows color (decimal): -2003535 or 11628001. OLE color: 11628001.

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

Color convert

RGB225109177-
CMYK00.520.210.12
HSL324.83º65.91%65.49%-
HSV(B)324.83º51.56%88.24%-
XYZ44.4630.1245.07-
YUV151.44142.43180.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.03%
GREEN value IS 109 (42.97% from 255) = 21.33%
BLUE value IS 177 (69.53% from 255) = 34.64%
R=44.03%
G=21.33%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510917700.520.210.12324.8365.9165.49
HexE16DB103415C1454241
Octal3411552610642514505102101
Binary11100001110110110110001011010010101110010100010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16DB1; }

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

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

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

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

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

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

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

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