Html Css Color HEX #E2147E Medium Violet Red

📋 copy color: '#E2147E'

red 226 ◦ green 20 ◦ blue 126

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

Shades of Medium Violet Red #E2147E

Tints of Medium Violet Red #E2147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.38%

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 60.75%
G = 5.38%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2147E (or 0xE2147E) is known color: Medium Violet Red. HEX triplet: E2, 14 and 7E. RGB value is (226,20,126). Sum of RGB (Red+Green+Blue) = 226+20+126=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E2147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2147E is #1DEB81. Grayscale: #5D5D5D. Windows color (decimal): -1960834 or 8262882. OLE color: 8262882.

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

Color convert

RGB 226 20 126 -
CMYK 0 0.91 0.44 0.11
HSL 329.13º 0.84% 0.48% -
HSV(B) 329.13º 0.91% 0.89% -
XYZ 35.38 18.18 21.38 -
YUV 93.68 146.25 222.38 -
System Red Green Blue C M Y K H S L
Decimal 226 20 126 0 0.91 0.44 0.11 329.13 0.84 0.48
Hex E2 14 7E 0 5B 2C B 149 54 30
Octal 342 24 176 0 133 54 13 511 124 60
Binary 11100010 10100 1111110 0 1011011 101100 1011 101001001 1010100 110000

Color Harmonies of #E2147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2147E

Black with #E2147E

Text Example


Text Example

White with #E2147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2147E; }

 p { color: rgb(226,20,126); }

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

background-color css

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

 a { background-color: rgb(226,20,126); }

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

border-color css

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

 span { border-color: rgb(226,20,126); }

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