Html Css Color HEX #E16DB1 Hot Pink

📋 copy color: '#E16DB1'

red 225 ◦ green 109 ◦ blue 177

#E16DB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #E16DB1

Tints of Hot Pink #E16DB1

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 value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E16DB1 (or 0xE16DB1) is known color: 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

RGB 225 109 177 -
CMYK 0 0.52 0.21 0.12
HSL 324.83º 0.66% 0.65% -
HSV(B) 324.83º 0.52% 0.88% -
XYZ 44.46 30.12 45.07 -
YUV 151.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 225 109 177 0 0.52 0.21 0.12 324.83 0.66 0.65
Hex E1 6D B1 0 34 15 C 145 42 41
Octal 341 155 261 0 64 25 14 505 102 101
Binary 11100001 1101101 10110001 0 110100 10101 1100 101000101 1000010 1000001

Color Harmonies of #E16DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DB1

Black with #E16DB1

Text Example


Text Example

White with #E16DB1

Text Example


Text Example

HTML Codes & Css Web 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>