Html Css Color HEX #E2147C Medium Violet Red

📋 copy color: '#E2147C'

red 226 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #E2147C

Tints of Medium Violet Red #E2147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 61.08%
G = 5.41%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2147C (or 0xE2147C) is known color: Medium Violet Red. HEX triplet: E2, 14 and 7C. RGB value is (226,20,124). Sum of RGB (Red+Green+Blue) = 226+20+124=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2147C is #1DEB83. Grayscale: #5D5D5D. Windows color (decimal): -1960836 or 8131810. OLE color: 8131810.

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

Color convert

RGB 226 20 124 -
CMYK 0 0.91 0.45 0.11
HSL 329.71º 0.84% 0.48% -
HSV(B) 329.71º 0.91% 0.89% -
XYZ 35.25 18.12 20.71 -
YUV 93.45 145.25 222.54 -
System Red Green Blue C M Y K H S L
Decimal 226 20 124 0 0.91 0.45 0.11 329.71 0.84 0.48
Hex E2 14 7C 0 5B 2D B 14A 54 30
Octal 342 24 174 0 133 55 13 512 124 60
Binary 11100010 10100 1111100 0 1011011 101101 1011 101001010 1010100 110000

Color Harmonies of #E2147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2147C

Black with #E2147C

Text Example


Text Example

White with #E2147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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