Html Css Color HEX #E50380 Medium Violet Red

📋 copy color: '#E50380'

red 229 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #E50380

Tints of Medium Violet Red #E50380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

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

R = 63.61%
G = 0.83%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E50380 (or 0xE50380) is known color: Medium Violet Red. HEX triplet: E5, 03 and 80. RGB value is (229,3,128). Sum of RGB (Red+Green+Blue) = 229+3+128=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E50380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50380 is #1AFC7F. Grayscale: #545454. Windows color (decimal): -1768576 or 8389605. OLE color: 8389605.

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

Color convert

RGB 229 3 128 -
CMYK 0 0.99 0.44 0.10
HSL 326.81º 0.97% 0.45% -
HSV(B) 326.81º 0.99% 0.9% -
XYZ 36.24 18.28 22.04 -
YUV 84.82 152.37 230.84 -
System Red Green Blue C M Y K H S L
Decimal 229 3 128 0 0.99 0.44 0.10 326.81 0.97 0.45
Hex E5 3 80 0 63 2C A 147 61 2D
Octal 345 3 200 0 143 54 12 507 141 55
Binary 11100101 11 10000000 0 1100011 101100 1010 101000111 1100001 101101

Color Harmonies of #E50380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50380

Black with #E50380

Text Example


Text Example

White with #E50380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50380; }

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

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

background-color css

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

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

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

border-color css

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

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

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