Html Css Color HEX #E01491 Medium Violet Red

📋 copy color: '#E01491'

red 224 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #E01491

Tints of Medium Violet Red #E01491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.14%

 BLUE value IS 145 (57.03% from 255) = 37.28%

R = 57.58%
G = 5.14%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E01491 (or 0xE01491) is known color: Medium Violet Red. HEX triplet: E0, 14 and 91. RGB value is (224,20,145). Sum of RGB (Red+Green+Blue) = 224+20+145=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E01491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01491 is #1FEB6E. Grayscale: #5E5E5E. Windows color (decimal): -2091887 or 9508064. OLE color: 9508064.

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

Color convert

RGB 224 20 145 -
CMYK 0 0.91 0.35 0.12
HSL 323.24º 0.84% 0.48% -
HSV(B) 323.24º 0.91% 0.88% -
XYZ 36.1 18.39 28.44 -
YUV 95.25 156.09 219.84 -
System Red Green Blue C M Y K H S L
Decimal 224 20 145 0 0.91 0.35 0.12 323.24 0.84 0.48
Hex E0 14 91 0 5B 23 C 143 54 30
Octal 340 24 221 0 133 43 14 503 124 60
Binary 11100000 10100 10010001 0 1011011 100011 1100 101000011 1010100 110000

Color Harmonies of #E01491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01491

Black with #E01491

Text Example


Text Example

White with #E01491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01491; }

 p { color: rgb(224,20,145); }

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

background-color css

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

 a { background-color: rgb(224,20,145); }

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

border-color css

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

 span { border-color: rgb(224,20,145); }

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