Html Css Color HEX #E50280 Medium Violet Red

📋 copy color: '#E50280'

red 229 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #E50280

Tints of Medium Violet Red #E50280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

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

R = 63.79%
G = 0.56%
B = 35.65%

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

#E50280 (or 0xE50280) is known color: Medium Violet Red. HEX triplet: E5, 02 and 80. RGB value is (229,2,128). Sum of RGB (Red+Green+Blue) = 229+2+128=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E50280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50280 is #1AFD7F. Grayscale: #535353. Windows color (decimal): -1768832 or 8389349. OLE color: 8389349.

HSL color Cylindrical-coordinate representation of color #E50280: hue angle of 326.7º degrees, saturation: 0.98, 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 #E50280 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 128 -
CMYK 0 0.99 0.44 0.10
HSL 326.7º 0.98% 0.45% -
HSV(B) 326.7º 0.99% 0.9% -
XYZ 36.23 18.26 22.04 -
YUV 84.24 152.71 231.25 -
System Red Green Blue C M Y K H S L
Decimal 229 2 128 0 0.99 0.44 0.10 326.7 0.98 0.45
Hex E5 2 80 0 63 2C A 147 62 2D
Octal 345 2 200 0 143 54 12 507 142 55
Binary 11100101 10 10000000 0 1100011 101100 1010 101000111 1100010 101101

Color Harmonies of #E50280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50280

Black with #E50280

Text Example


Text Example

White with #E50280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50280; }

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

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

background-color css

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

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

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

border-color css

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

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

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