Html Css Color HEX #E01389 Medium Violet Red

📋 copy color: '#E01389'

red 224 ◦ green 19 ◦ blue 137

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

Shades of Medium Violet Red #E01389

Tints of Medium Violet Red #E01389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 58.95%
G = 5%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E01389 (or 0xE01389) is known color: Medium Violet Red. HEX triplet: E0, 13 and 89. RGB value is (224,19,137). Sum of RGB (Red+Green+Blue) = 224+19+137=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E01389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01389 is #1FEC76. Grayscale: #5D5D5D. Windows color (decimal): -2092151 or 8983520. OLE color: 8983520.

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

Color convert

RGB 224 19 137 -
CMYK 0 0.92 0.39 0.12
HSL 325.46º 0.84% 0.48% -
HSV(B) 325.46º 0.92% 0.88% -
XYZ 35.49 18.12 25.29 -
YUV 93.75 152.42 220.91 -
System Red Green Blue C M Y K H S L
Decimal 224 19 137 0 0.92 0.39 0.12 325.46 0.84 0.48
Hex E0 13 89 0 5C 27 C 145 54 30
Octal 340 23 211 0 134 47 14 505 124 60
Binary 11100000 10011 10001001 0 1011100 100111 1100 101000101 1010100 110000

Color Harmonies of #E01389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01389

Black with #E01389

Text Example


Text Example

White with #E01389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01389; }

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

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

background-color css

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

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

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

border-color css

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

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

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