Html Css Color HEX #E50F80 Medium Violet Red

📋 copy color: '#E50F80'

red 229 ◦ green 15 ◦ blue 128

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

Shades of Medium Violet Red #E50F80

Tints of Medium Violet Red #E50F80

RGB

 RED value IS 229 (89.84% from 255) = 61.56%

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

 BLUE value IS 128 (50.39% from 255) = 34.41%

R = 61.56%
G = 4.03%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E50F80 (or 0xE50F80) is known color: Medium Violet Red. HEX triplet: E5, 0F and 80. RGB value is (229,15,128). Sum of RGB (Red+Green+Blue) = 229+15+128=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50F80 is #1AF07F. Grayscale: #5B5B5B. Windows color (decimal): -1765504 or 8392677. OLE color: 8392677.

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

Color convert

RGB 229 15 128 -
CMYK 0 0.93 0.44 0.10
HSL 328.32º 0.88% 0.48% -
HSV(B) 328.32º 0.93% 0.9% -
XYZ 36.38 18.56 22.09 -
YUV 91.87 148.4 225.81 -
System Red Green Blue C M Y K H S L
Decimal 229 15 128 0 0.93 0.44 0.10 328.32 0.88 0.48
Hex E5 F 80 0 5D 2C A 148 58 30
Octal 345 17 200 0 135 54 12 510 130 60
Binary 11100101 1111 10000000 0 1011101 101100 1010 101001000 1011000 110000

Color Harmonies of #E50F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F80

Black with #E50F80

Text Example


Text Example

White with #E50F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F80; }

 p { color: rgb(229,15,128); }

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

background-color css

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

 a { background-color: rgb(229,15,128); }

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

border-color css

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

 span { border-color: rgb(229,15,128); }

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