Html Css Color HEX #E20E8D Medium Violet Red

📋 copy color: '#E20E8D'

red 226 ◦ green 14 ◦ blue 141

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

Shades of Medium Violet Red #E20E8D

Tints of Medium Violet Red #E20E8D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.67%

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 59.32%
G = 3.67%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E20E8D (or 0xE20E8D) is known color: Medium Violet Red. HEX triplet: E2, 0E and 8D. RGB value is (226,14,141). Sum of RGB (Red+Green+Blue) = 226+14+141=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20E8D is #1DF172. Grayscale: #5B5B5B. Windows color (decimal): -1962355 or 9244386. OLE color: 9244386.

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

Color convert

RGB 226 14 141 -
CMYK 0 0.94 0.38 0.11
HSL 324.06º 0.88% 0.47% -
HSV(B) 324.06º 0.94% 0.89% -
XYZ 36.33 18.41 26.84 -
YUV 91.87 155.74 223.67 -
System Red Green Blue C M Y K H S L
Decimal 226 14 141 0 0.94 0.38 0.11 324.06 0.88 0.47
Hex E2 E 8D 0 5E 26 B 144 58 2F
Octal 342 16 215 0 136 46 13 504 130 57
Binary 11100010 1110 10001101 0 1011110 100110 1011 101000100 1011000 101111

Color Harmonies of #E20E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20E8D

Black with #E20E8D

Text Example


Text Example

White with #E20E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20E8D; }

 p { color: rgb(226,14,141); }

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

background-color css

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

 a { background-color: rgb(226,14,141); }

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

border-color css

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

 span { border-color: rgb(226,14,141); }

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