Html Css Color HEX #E20080 Medium Violet Red

📋 copy color: '#E20080'

red 226 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #E20080

Tints of Medium Violet Red #E20080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.84%
G = 0%
B = 36.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E20080 (or 0xE20080) is known color: Medium Violet Red. HEX triplet: E2, 00 and 80. RGB value is (226,0,128). Sum of RGB (Red+Green+Blue) = 226+0+128=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E20080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20080 is #1DFF7F. Grayscale: #515151. Windows color (decimal): -1965952 or 8388834. OLE color: 8388834.

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

Color convert

RGB 226 0 128 -
CMYK 0 1 0.43 0.11
HSL 326.02º 1% 0.44% -
HSV(B) 326.02º 1% 0.89% -
XYZ 35.26 17.73 21.99 -
YUV 82.17 153.87 230.59 -
System Red Green Blue C M Y K H S L
Decimal 226 0 128 0 1 0.43 0.11 326.02 1 0.44
Hex E2 0 80 0 64 2B B 146 64 2C
Octal 342 0 200 0 144 53 13 506 144 54
Binary 11100010 0 10000000 0 1100100 101011 1011 101000110 1100100 101100

Color Harmonies of #E20080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20080

Black with #E20080

Text Example


Text Example

White with #E20080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20080; }

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

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

background-color css

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

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

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

border-color css

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

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

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