Html Css Color HEX #E2137D Medium Violet Red

📋 copy color: '#E2137D'

red 226 ◦ green 19 ◦ blue 125

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

Shades of Medium Violet Red #E2137D

Tints of Medium Violet Red #E2137D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.14%

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

R = 61.08%
G = 5.14%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2137D (or 0xE2137D) is known color: Medium Violet Red. HEX triplet: E2, 13 and 7D. RGB value is (226,19,125). Sum of RGB (Red+Green+Blue) = 226+19+125=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2137D is #1DEC82. Grayscale: #5C5C5C. Windows color (decimal): -1961091 or 8197090. OLE color: 8197090.

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

Color convert

RGB 226 19 125 -
CMYK 0 0.92 0.45 0.11
HSL 329.28º 0.84% 0.48% -
HSV(B) 329.28º 0.92% 0.89% -
XYZ 35.3 18.12 21.04 -
YUV 92.98 146.08 222.88 -
System Red Green Blue C M Y K H S L
Decimal 226 19 125 0 0.92 0.45 0.11 329.28 0.84 0.48
Hex E2 13 7D 0 5C 2D B 149 54 30
Octal 342 23 175 0 134 55 13 511 124 60
Binary 11100010 10011 1111101 0 1011100 101101 1011 101001001 1010100 110000

Color Harmonies of #E2137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2137D

Black with #E2137D

Text Example


Text Example

White with #E2137D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2137D; }

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

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

background-color css

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

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

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

border-color css

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

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

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