Html Css Color HEX #E0137F Medium Violet Red

📋 copy color: '#E0137F'

red 224 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #E0137F

Tints of Medium Violet Red #E0137F

RGB

 RED value IS 224 (87.89% from 255) = 60.54%

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

 BLUE value IS 127 (50% from 255) = 34.32%

R = 60.54%
G = 5.14%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0137F (or 0xE0137F) is known color: Medium Violet Red. HEX triplet: E0, 13 and 7F. RGB value is (224,19,127). Sum of RGB (Red+Green+Blue) = 224+19+127=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E0137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0137F is #1FEC80. Grayscale: #5C5C5C. Windows color (decimal): -2092161 or 8328160. OLE color: 8328160.

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

Color convert

RGB 224 19 127 -
CMYK 0 0.92 0.43 0.12
HSL 328.39º 0.84% 0.48% -
HSV(B) 328.39º 0.92% 0.88% -
XYZ 34.8 17.85 21.69 -
YUV 92.61 147.42 221.72 -
System Red Green Blue C M Y K H S L
Decimal 224 19 127 0 0.92 0.43 0.12 328.39 0.84 0.48
Hex E0 13 7F 0 5C 2B C 148 54 30
Octal 340 23 177 0 134 53 14 510 124 60
Binary 11100000 10011 1111111 0 1011100 101011 1100 101001000 1010100 110000

Color Harmonies of #E0137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0137F

Black with #E0137F

Text Example


Text Example

White with #E0137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0137F; }

 p { color: rgb(224,19,127); }

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

background-color css

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

 a { background-color: rgb(224,19,127); }

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

border-color css

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

 span { border-color: rgb(224,19,127); }

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