Html Css Color HEX #E20580 Medium Violet Red

📋 copy color: '#E20580'

red 226 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #E20580

Tints of Medium Violet Red #E20580

RGB

 RED value IS 226 (88.67% from 255) = 62.95%

 GREEN value IS 5 (2.34% from 255) = 1.39%

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

R = 62.95%
G = 1.39%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E20580 (or 0xE20580) is known color: Medium Violet Red. HEX triplet: E2, 05 and 80. RGB value is (226,5,128). Sum of RGB (Red+Green+Blue) = 226+5+128=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E20580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20580 is #1DFA7F. Grayscale: #545454. Windows color (decimal): -1964672 or 8390114. OLE color: 8390114.

HSL color Cylindrical-coordinate representation of color #E20580: hue angle of 326.61º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20580 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 5 128 -
CMYK 0 0.98 0.43 0.11
HSL 326.61º 0.96% 0.45% -
HSV(B) 326.61º 0.98% 0.89% -
XYZ 35.31 17.84 22 -
YUV 85.1 152.22 228.5 -
System Red Green Blue C M Y K H S L
Decimal 226 5 128 0 0.98 0.43 0.11 326.61 0.96 0.45
Hex E2 5 80 0 62 2B B 147 60 2D
Octal 342 5 200 0 142 53 13 507 140 55
Binary 11100010 101 10000000 0 1100010 101011 1011 101000111 1100000 101101

Color Harmonies of #E20580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20580

Black with #E20580

Text Example


Text Example

White with #E20580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20580; }

 p { color: rgb(226,5,128); }

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

background-color css

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

 a { background-color: rgb(226,5,128); }

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

border-color css

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

 span { border-color: rgb(226,5,128); }

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