Html Css Color HEX #E80FD1 Hot Magenta

📋 copy color: '#E80FD1'

red 232 ◦ green 15 ◦ blue 209

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

Shades of Hot Magenta #E80FD1

Tints of Hot Magenta #E80FD1

RGB

 RED value IS 232 (91.02% from 255) = 50.88%

 GREEN value IS 15 (6.25% from 255) = 3.29%

 BLUE value IS 209 (82.03% from 255) = 45.83%

R = 50.88%
G = 3.29%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E80FD1 (or 0xE80FD1) is known color: Hot Magenta. HEX triplet: E8, 0F and D1. RGB value is (232,15,209). Sum of RGB (Red+Green+Blue) = 232+15+209=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80FD1 is #17F02E. Grayscale: #656565. Windows color (decimal): -1568815 or 13701096. OLE color: 13701096.

HSL color Cylindrical-coordinate representation of color #E80FD1: hue angle of 306.36º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80FD1 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 15 209 -
CMYK 0 0.94 0.10 0.09
HSL 306.36º 0.88% 0.48% -
HSV(B) 306.36º 0.94% 0.91% -
XYZ 44.96 22.1 62.22 -
YUV 102 188.39 220.73 -
System Red Green Blue C M Y K H S L
Decimal 232 15 209 0 0.94 0.10 0.09 306.36 0.88 0.48
Hex E8 F D1 0 5E A 9 132 58 30
Octal 350 17 321 0 136 12 11 462 130 60
Binary 11101000 1111 11010001 0 1011110 1010 1001 100110010 1011000 110000

Color Harmonies of #E80FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80FD1

Black with #E80FD1

Text Example


Text Example

White with #E80FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80FD1; }

 p { color: rgb(232,15,209); }

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

background-color css

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

 a { background-color: rgb(232,15,209); }

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

border-color css

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

 span { border-color: rgb(232,15,209); }

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