Html Css Color HEX #E2138D Medium Violet Red

📋 copy color: '#E2138D'

red 226 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #E2138D

Tints of Medium Violet Red #E2138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 58.55%
G = 4.92%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2138D (or 0xE2138D) is known color: Medium Violet Red. HEX triplet: E2, 13 and 8D. RGB value is (226,19,141). Sum of RGB (Red+Green+Blue) = 226+19+141=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2138D is #1DEC72. Grayscale: #5E5E5E. Windows color (decimal): -1961075 or 9245666. OLE color: 9245666.

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

Color convert

RGB 226 19 141 -
CMYK 0 0.92 0.38 0.11
HSL 324.64º 0.84% 0.48% -
HSV(B) 324.64º 0.92% 0.89% -
XYZ 36.4 18.56 26.86 -
YUV 94.8 154.08 221.58 -
System Red Green Blue C M Y K H S L
Decimal 226 19 141 0 0.92 0.38 0.11 324.64 0.84 0.48
Hex E2 13 8D 0 5C 26 B 145 54 30
Octal 342 23 215 0 134 46 13 505 124 60
Binary 11100010 10011 10001101 0 1011100 100110 1011 101000101 1010100 110000

Color Harmonies of #E2138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2138D

Black with #E2138D

Text Example


Text Example

White with #E2138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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