Html Css Color HEX #E160B9 Hot Pink

📋 copy color: '#E160B9'

red 225 ◦ green 96 ◦ blue 185

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

Shades of Hot Pink #E160B9

Tints of Hot Pink #E160B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 44.47%
G = 18.97%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E160B9 (or 0xE160B9) is known color: Hot Pink. HEX triplet: E1, 60 and B9. RGB value is (225,96,185). Sum of RGB (Red+Green+Blue) = 225+96+185=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E160B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E160B9 is #1E9F46. Grayscale: #909090. Windows color (decimal): -2006855 or 12148961. OLE color: 12148961.

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

Color convert

RGB 225 96 185 -
CMYK 0 0.57 0.18 0.12
HSL 318.6º 0.68% 0.63% -
HSV(B) 318.6º 0.57% 0.88% -
XYZ 43.99 27.88 48.96 -
YUV 144.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 225 96 185 0 0.57 0.18 0.12 318.6 0.68 0.63
Hex E1 60 B9 0 39 12 C 13F 44 3F
Octal 341 140 271 0 71 22 14 477 104 77
Binary 11100001 1100000 10111001 0 111001 10010 1100 100111111 1000100 111111

Color Harmonies of #E160B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E160B9

Black with #E160B9

Text Example


Text Example

White with #E160B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E160B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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