Html Css Color HEX #E01386 Medium Violet Red

📋 copy color: '#E01386'

red 224 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #E01386

Tints of Medium Violet Red #E01386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 59.42%
G = 5.04%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E01386 (or 0xE01386) is known color: Medium Violet Red. HEX triplet: E0, 13 and 86. RGB value is (224,19,134). Sum of RGB (Red+Green+Blue) = 224+19+134=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E01386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01386 is #1FEC79. Grayscale: #5D5D5D. Windows color (decimal): -2092154 or 8786912. OLE color: 8786912.

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

Color convert

RGB 224 19 134 -
CMYK 0 0.92 0.40 0.12
HSL 326.34º 0.84% 0.48% -
HSV(B) 326.34º 0.92% 0.88% -
XYZ 35.28 18.03 24.18 -
YUV 93.41 150.92 221.15 -
System Red Green Blue C M Y K H S L
Decimal 224 19 134 0 0.92 0.40 0.12 326.34 0.84 0.48
Hex E0 13 86 0 5C 28 C 146 54 30
Octal 340 23 206 0 134 50 14 506 124 60
Binary 11100000 10011 10000110 0 1011100 101000 1100 101000110 1010100 110000

Color Harmonies of #E01386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01386

Black with #E01386

Text Example


Text Example

White with #E01386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01386; }

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

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

background-color css

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

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

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

border-color css

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

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

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