Html Css Color HEX #E20C80 Medium Violet Red

📋 copy color: '#E20C80'

red 226 ◦ green 12 ◦ blue 128

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

Shades of Medium Violet Red #E20C80

Tints of Medium Violet Red #E20C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.28%

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

R = 61.75%
G = 3.28%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E20C80 (or 0xE20C80) is known color: Medium Violet Red. HEX triplet: E2, 0C and 80. RGB value is (226,12,128). Sum of RGB (Red+Green+Blue) = 226+12+128=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C80 is #1DF37F. Grayscale: #585858. Windows color (decimal): -1962880 or 8391906. OLE color: 8391906.

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

Color convert

RGB 226 12 128 -
CMYK 0 0.95 0.43 0.11
HSL 327.48º 0.9% 0.47% -
HSV(B) 327.48º 0.95% 0.89% -
XYZ 35.39 17.99 22.03 -
YUV 89.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 226 12 128 0 0.95 0.43 0.11 327.48 0.9 0.47
Hex E2 C 80 0 5F 2B B 147 5A 2F
Octal 342 14 200 0 137 53 13 507 132 57
Binary 11100010 1100 10000000 0 1011111 101011 1011 101000111 1011010 101111

Color Harmonies of #E20C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20C80

Black with #E20C80

Text Example


Text Example

White with #E20C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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