Html Css Color HEX #E01993 Medium Violet Red

📋 copy color: '#E01993'

red 224 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #E01993

Tints of Medium Violet Red #E01993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.31%

 BLUE value IS 147 (57.81% from 255) = 37.12%

R = 56.57%
G = 6.31%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E01993 (or 0xE01993) is known color: Medium Violet Red. HEX triplet: E0, 19 and 93. RGB value is (224,25,147). Sum of RGB (Red+Green+Blue) = 224+25+147=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E01993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01993 is #1FE66C. Grayscale: #626262. Windows color (decimal): -2090605 or 9640416. OLE color: 9640416.

HSL color Cylindrical-coordinate representation of color #E01993: hue angle of 323.22º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E01993 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 147 -
CMYK 0 0.89 0.34 0.12
HSL 323.22º 0.8% 0.49% -
HSV(B) 323.22º 0.89% 0.88% -
XYZ 36.35 18.65 29.29 -
YUV 98.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 224 25 147 0 0.89 0.34 0.12 323.22 0.8 0.49
Hex E0 19 93 0 59 22 C 143 50 31
Octal 340 31 223 0 131 42 14 503 120 61
Binary 11100000 11001 10010011 0 1011001 100010 1100 101000011 1010000 110001

Color Harmonies of #E01993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01993

Black with #E01993

Text Example


Text Example

White with #E01993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01993; }

 p { color: rgb(224,25,147); }

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

background-color css

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

 a { background-color: rgb(224,25,147); }

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

border-color css

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

 span { border-color: rgb(224,25,147); }

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