Html Css Color HEX #E2138C Medium Violet Red

📋 copy color: '#E2138C'

red 226 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #E2138C

Tints of Medium Violet Red #E2138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 58.7%
G = 4.94%
B = 36.36%

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

#E2138C (or 0xE2138C) is known color: Medium Violet Red. HEX triplet: E2, 13 and 8C. RGB value is (226,19,140). Sum of RGB (Red+Green+Blue) = 226+19+140=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2138C is #1DEC73. Grayscale: #5E5E5E. Windows color (decimal): -1961076 or 9180130. OLE color: 9180130.

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

Color convert

RGB 226 19 140 -
CMYK 0 0.92 0.38 0.11
HSL 324.93º 0.84% 0.48% -
HSV(B) 324.93º 0.92% 0.89% -
XYZ 36.33 18.53 26.47 -
YUV 94.69 153.58 221.66 -
System Red Green Blue C M Y K H S L
Decimal 226 19 140 0 0.92 0.38 0.11 324.93 0.84 0.48
Hex E2 13 8C 0 5C 26 B 145 54 30
Octal 342 23 214 0 134 46 13 505 124 60
Binary 11100010 10011 10001100 0 1011100 100110 1011 101000101 1010100 110000

Color Harmonies of #E2138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2138C

Black with #E2138C

Text Example


Text Example

White with #E2138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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