Html Css Color HEX #E01293 Medium Violet Red

📋 copy color: '#E01293'

red 224 ◦ green 18 ◦ blue 147

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

Shades of Medium Violet Red #E01293

Tints of Medium Violet Red #E01293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.63%

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

R = 57.58%
G = 4.63%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E01293 (or 0xE01293) is known color: Medium Violet Red. HEX triplet: E0, 12 and 93. RGB value is (224,18,147). Sum of RGB (Red+Green+Blue) = 224+18+147=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E01293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01293 is #1FED6C. Grayscale: #5D5D5D. Windows color (decimal): -2092397 or 9638624. OLE color: 9638624.

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

Color convert

RGB 224 18 147 -
CMYK 0 0.92 0.34 0.12
HSL 322.43º 0.85% 0.47% -
HSV(B) 322.43º 0.92% 0.88% -
XYZ 36.22 18.39 29.24 -
YUV 94.3 157.75 220.51 -
System Red Green Blue C M Y K H S L
Decimal 224 18 147 0 0.92 0.34 0.12 322.43 0.85 0.47
Hex E0 12 93 0 5C 22 C 142 55 2F
Octal 340 22 223 0 134 42 14 502 125 57
Binary 11100000 10010 10010011 0 1011100 100010 1100 101000010 1010101 101111

Color Harmonies of #E01293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01293

Black with #E01293

Text Example


Text Example

White with #E01293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01293; }

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

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

background-color css

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

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

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

border-color css

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

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

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