Html Css Color HEX #E01384 Medium Violet Red

📋 copy color: '#E01384'

red 224 ◦ green 19 ◦ blue 132

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

Shades of Medium Violet Red #E01384

Tints of Medium Violet Red #E01384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 59.73%
G = 5.07%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E01384 (or 0xE01384) is known color: Medium Violet Red. HEX triplet: E0, 13 and 84. RGB value is (224,19,132). Sum of RGB (Red+Green+Blue) = 224+19+132=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E01384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01384 is #1FEC7B. Grayscale: #5C5C5C. Windows color (decimal): -2092156 or 8655840. OLE color: 8655840.

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

Color convert

RGB 224 19 132 -
CMYK 0 0.92 0.41 0.12
HSL 326.93º 0.84% 0.48% -
HSV(B) 326.93º 0.92% 0.88% -
XYZ 35.14 17.98 23.45 -
YUV 93.18 149.92 221.31 -
System Red Green Blue C M Y K H S L
Decimal 224 19 132 0 0.92 0.41 0.12 326.93 0.84 0.48
Hex E0 13 84 0 5C 29 C 147 54 30
Octal 340 23 204 0 134 51 14 507 124 60
Binary 11100000 10011 10000100 0 1011100 101001 1100 101000111 1010100 110000

Color Harmonies of #E01384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01384

Black with #E01384

Text Example


Text Example

White with #E01384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01384; }

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

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

background-color css

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

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

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

border-color css

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

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

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