Html Css Color HEX #E80FD5 Hot Magenta

📋 copy color: '#E80FD5'

red 232 ◦ green 15 ◦ blue 213

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

Shades of Hot Magenta #E80FD5

Tints of Hot Magenta #E80FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.3%

R = 50.43%
G = 3.26%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E80FD5 (or 0xE80FD5) is known color: Hot Magenta. HEX triplet: E8, 0F and D5. RGB value is (232,15,213). Sum of RGB (Red+Green+Blue) = 232+15+213=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E80FD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E80FD5 is #17F02A. Grayscale: #656565. Windows color (decimal): -1568811 or 13963240. OLE color: 13963240.

HSL color Cylindrical-coordinate representation of color #E80FD5: hue angle of 305.25º 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 #E80FD5 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 15 213 -
CMYK 0 0.94 0.08 0.09
HSL 305.25º 0.88% 0.48% -
HSV(B) 305.25º 0.94% 0.91% -
XYZ 45.46 22.3 64.86 -
YUV 102.46 190.39 220.4 -
System Red Green Blue C M Y K H S L
Decimal 232 15 213 0 0.94 0.08 0.09 305.25 0.88 0.48
Hex E8 F D5 0 5E 8 9 131 58 30
Octal 350 17 325 0 136 10 11 461 130 60
Binary 11101000 1111 11010101 0 1011110 1000 1001 100110001 1011000 110000

Color Harmonies of #E80FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80FD5

Black with #E80FD5

Text Example


Text Example

White with #E80FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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