Html Css Color HEX #E20E7D Medium Violet Red

📋 copy color: '#E20E7D'

red 226 ◦ green 14 ◦ blue 125

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

Shades of Medium Violet Red #E20E7D

Tints of Medium Violet Red #E20E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 61.92%
G = 3.84%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E20E7D (or 0xE20E7D) is known color: Medium Violet Red. HEX triplet: E2, 0E and 7D. RGB value is (226,14,125). Sum of RGB (Red+Green+Blue) = 226+14+125=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E20E7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20E7D is #1DF182. Grayscale: #595959. Windows color (decimal): -1962371 or 8195810. OLE color: 8195810.

HSL color Cylindrical-coordinate representation of color #E20E7D: hue angle of 328.58º 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 #E20E7D is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 14 125 -
CMYK 0 0.94 0.45 0.11
HSL 328.58º 0.88% 0.47% -
HSV(B) 328.58º 0.94% 0.89% -
XYZ 35.22 17.96 21.01 -
YUV 90.04 147.74 224.97 -
System Red Green Blue C M Y K H S L
Decimal 226 14 125 0 0.94 0.45 0.11 328.58 0.88 0.47
Hex E2 E 7D 0 5E 2D B 149 58 2F
Octal 342 16 175 0 136 55 13 511 130 57
Binary 11100010 1110 1111101 0 1011110 101101 1011 101001001 1011000 101111

Color Harmonies of #E20E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20E7D

Black with #E20E7D

Text Example


Text Example

White with #E20E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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