Html Css Color HEX #E16DAF Hot Pink

📋 copy color: '#E16DAF'

red 225 ◦ green 109 ◦ blue 175

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

Shades of Hot Pink #E16DAF

Tints of Hot Pink #E16DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 44.2%
G = 21.41%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E16DAF (or 0xE16DAF) is known color: Hot Pink. HEX triplet: E1, 6D and AF. RGB value is (225,109,175). Sum of RGB (Red+Green+Blue) = 225+109+175=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DAF is #1E9250. Grayscale: #979797. Windows color (decimal): -2003537 or 11496929. OLE color: 11496929.

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

Color convert

RGB 225 109 175 -
CMYK 0 0.52 0.22 0.12
HSL 325.86º 0.66% 0.65% -
HSV(B) 325.86º 0.52% 0.88% -
XYZ 44.26 30.04 44.02 -
YUV 151.21 141.43 180.63 -
System Red Green Blue C M Y K H S L
Decimal 225 109 175 0 0.52 0.22 0.12 325.86 0.66 0.65
Hex E1 6D AF 0 34 16 C 146 42 41
Octal 341 155 257 0 64 26 14 506 102 101
Binary 11100001 1101101 10101111 0 110100 10110 1100 101000110 1000010 1000001

Color Harmonies of #E16DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16DAF

Black with #E16DAF

Text Example


Text Example

White with #E16DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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