Html Css Color HEX #E161B0 Hot Pink

📋 copy color: '#E161B0'

red 225 ◦ green 97 ◦ blue 176

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

Shades of Hot Pink #E161B0

Tints of Hot Pink #E161B0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.48%

 BLUE value IS 176 (69.14% from 255) = 35.34%

R = 45.18%
G = 19.48%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E161B0 (or 0xE161B0) is known color: Hot Pink. HEX triplet: E1, 61 and B0. RGB value is (225,97,176). Sum of RGB (Red+Green+Blue) = 225+97+176=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E161B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E161B0 is #1E9E4F. Grayscale: #909090. Windows color (decimal): -2006608 or 11559393. OLE color: 11559393.

HSL color Cylindrical-coordinate representation of color #E161B0: hue angle of 322.97º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E161B0 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 97 176 -
CMYK 0 0.57 0.22 0.12
HSL 322.97º 0.68% 0.63% -
HSV(B) 322.97º 0.57% 0.88% -
XYZ 43.16 27.69 44.14 -
YUV 144.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 225 97 176 0 0.57 0.22 0.12 322.97 0.68 0.63
Hex E1 61 B0 0 39 16 C 143 44 3F
Octal 341 141 260 0 71 26 14 503 104 77
Binary 11100001 1100001 10110000 0 111001 10110 1100 101000011 1000100 111111

Color Harmonies of #E161B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E161B0

Black with #E161B0

Text Example


Text Example

White with #E161B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E161B0; }

 p { color: rgb(225,97,176); }

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

background-color css

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

 a { background-color: rgb(225,97,176); }

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

border-color css

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

 span { border-color: rgb(225,97,176); }

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