Html Css Color HEX #E2138F Medium Violet Red

📋 copy color: '#E2138F'

red 226 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #E2138F

Tints of Medium Violet Red #E2138F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 58.25%
G = 4.9%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2138F (or 0xE2138F) is known color: Medium Violet Red. HEX triplet: E2, 13 and 8F. RGB value is (226,19,143). Sum of RGB (Red+Green+Blue) = 226+19+143=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E2138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E2138F is #1DEC70. Grayscale: #5E5E5E. Windows color (decimal): -1961073 or 9376738. OLE color: 9376738.

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

Color convert

RGB 226 19 143 -
CMYK 0 0.92 0.37 0.11
HSL 324.06º 0.84% 0.48% -
HSV(B) 324.06º 0.92% 0.89% -
XYZ 36.55 18.62 27.65 -
YUV 95.03 155.08 221.42 -
System Red Green Blue C M Y K H S L
Decimal 226 19 143 0 0.92 0.37 0.11 324.06 0.84 0.48
Hex E2 13 8F 0 5C 25 B 144 54 30
Octal 342 23 217 0 134 45 13 504 124 60
Binary 11100010 10011 10001111 0 1011100 100101 1011 101000100 1010100 110000

Color Harmonies of #E2138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2138F

Black with #E2138F

Text Example


Text Example

White with #E2138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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