Html Css Color HEX #E160B0 Hot Pink

📋 copy color: '#E160B0'

red 225 ◦ green 96 ◦ blue 176

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

Shades of Hot Pink #E160B0

Tints of Hot Pink #E160B0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.32%

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

R = 45.27%
G = 19.32%
B = 35.41%

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

#E160B0 (or 0xE160B0) is known color: Hot Pink. HEX triplet: E1, 60 and B0. RGB value is (225,96,176). Sum of RGB (Red+Green+Blue) = 225+96+176=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E160B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E160B0 is #1E9F4F. Grayscale: #8F8F8F. Windows color (decimal): -2006864 or 11559137. OLE color: 11559137.

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

Color convert

RGB 225 96 176 -
CMYK 0 0.57 0.22 0.12
HSL 322.79º 0.68% 0.63% -
HSV(B) 322.79º 0.57% 0.88% -
XYZ 43.07 27.51 44.11 -
YUV 143.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 225 96 176 0 0.57 0.22 0.12 322.79 0.68 0.63
Hex E1 60 B0 0 39 16 C 143 44 3F
Octal 341 140 260 0 71 26 14 503 104 77
Binary 11100001 1100000 10110000 0 111001 10110 1100 101000011 1000100 111111

Color Harmonies of #E160B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E160B0

Black with #E160B0

Text Example


Text Example

White with #E160B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E160B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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