Html Css Color HEX #E161B6 Hot Pink

📋 copy color: '#E161B6'

red 225 ◦ green 97 ◦ blue 182

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

Shades of Hot Pink #E161B6

Tints of Hot Pink #E161B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.11%

R = 44.64%
G = 19.25%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E161B6 (or 0xE161B6) is known color: Hot Pink. HEX triplet: E1, 61 and B6. RGB value is (225,97,182). Sum of RGB (Red+Green+Blue) = 225+97+182=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E161B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E161B6 is #1E9E49. Grayscale: #909090. Windows color (decimal): -2006602 or 11952609. OLE color: 11952609.

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

Color convert

RGB 225 97 182 -
CMYK 0 0.57 0.19 0.12
HSL 320.16º 0.68% 0.63% -
HSV(B) 320.16º 0.57% 0.88% -
XYZ 43.77 27.93 47.34 -
YUV 144.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 225 97 182 0 0.57 0.19 0.12 320.16 0.68 0.63
Hex E1 61 B6 0 39 13 C 140 44 3F
Octal 341 141 266 0 71 23 14 500 104 77
Binary 11100001 1100001 10110110 0 111001 10011 1100 101000000 1000100 111111

Color Harmonies of #E161B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E161B6

Black with #E161B6

Text Example


Text Example

White with #E161B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E161B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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