Html Css Color HEX #E16DAC Hot Pink

📋 copy color: '#E16DAC'

red 225 ◦ green 109 ◦ blue 172

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

Shades of Hot Pink #E16DAC

Tints of Hot Pink #E16DAC

RGB

 RED value IS 225 (88.28% from 255) = 44.47%

 GREEN value IS 109 (42.97% from 255) = 21.54%

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 44.47%
G = 21.54%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E16DAC (or 0xE16DAC) is known color: Hot Pink. HEX triplet: E1, 6D and AC. RGB value is (225,109,172). Sum of RGB (Red+Green+Blue) = 225+109+172=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DAC is #1E9253. Grayscale: #969696. Windows color (decimal): -2003540 or 11300321. OLE color: 11300321.

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

Color convert

RGB 225 109 172 -
CMYK 0 0.52 0.24 0.12
HSL 327.41º 0.66% 0.65% -
HSV(B) 327.41º 0.52% 0.88% -
XYZ 43.97 29.92 42.49 -
YUV 150.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 225 109 172 0 0.52 0.24 0.12 327.41 0.66 0.65
Hex E1 6D AC 0 34 18 C 147 42 41
Octal 341 155 254 0 64 30 14 507 102 101
Binary 11100001 1101101 10101100 0 110100 11000 1100 101000111 1000010 1000001

Color Harmonies of #E16DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DAC

Black with #E16DAC

Text Example


Text Example

White with #E16DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DAC; }

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

 H1.HeaderClassName
 {
   color: #E16DAC;
 }
 .AnyTagClassName
 {
   color: #E16DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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