Html Css Color HEX #E0138A Medium Violet Red

📋 copy color: '#E0138A'

red 224 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #E0138A

Tints of Medium Violet Red #E0138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 58.79%
G = 4.99%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0138A (or 0xE0138A) is known color: Medium Violet Red. HEX triplet: E0, 13 and 8A. RGB value is (224,19,138). Sum of RGB (Red+Green+Blue) = 224+19+138=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0138A is #1FEC75. Grayscale: #5D5D5D. Windows color (decimal): -2092150 or 9049056. OLE color: 9049056.

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

Color convert

RGB 224 19 138 -
CMYK 0 0.92 0.38 0.12
HSL 325.17º 0.84% 0.48% -
HSV(B) 325.17º 0.92% 0.88% -
XYZ 35.56 18.15 25.67 -
YUV 93.86 152.92 220.82 -
System Red Green Blue C M Y K H S L
Decimal 224 19 138 0 0.92 0.38 0.12 325.17 0.84 0.48
Hex E0 13 8A 0 5C 26 C 145 54 30
Octal 340 23 212 0 134 46 14 505 124 60
Binary 11100000 10011 10001010 0 1011100 100110 1100 101000101 1010100 110000

Color Harmonies of #E0138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0138A

Black with #E0138A

Text Example


Text Example

White with #E0138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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