Html Css Color HEX #E2157C Medium Violet Red

📋 copy color: '#E2157C'

red 226 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #E2157C

Tints of Medium Violet Red #E2157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.66%

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

R = 60.92%
G = 5.66%
B = 33.42%

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

#E2157C (or 0xE2157C) is known color: Medium Violet Red. HEX triplet: E2, 15 and 7C. RGB value is (226,21,124). Sum of RGB (Red+Green+Blue) = 226+21+124=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2157C is #1DEA83. Grayscale: #5D5D5D. Windows color (decimal): -1960580 or 8132066. OLE color: 8132066.

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

Color convert

RGB 226 21 124 -
CMYK 0 0.91 0.45 0.11
HSL 329.85º 0.83% 0.48% -
HSV(B) 329.85º 0.91% 0.89% -
XYZ 35.27 18.16 20.72 -
YUV 94.04 144.92 222.12 -
System Red Green Blue C M Y K H S L
Decimal 226 21 124 0 0.91 0.45 0.11 329.85 0.83 0.48
Hex E2 15 7C 0 5B 2D B 14A 53 30
Octal 342 25 174 0 133 55 13 512 123 60
Binary 11100010 10101 1111100 0 1011011 101101 1011 101001010 1010011 110000

Color Harmonies of #E2157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2157C

Black with #E2157C

Text Example


Text Example

White with #E2157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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