Html Css Color HEX #E01290 Medium Violet Red

📋 copy color: '#E01290'

red 224 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #E01290

Tints of Medium Violet Red #E01290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 58.03%
G = 4.66%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E01290 (or 0xE01290) is known color: Medium Violet Red. HEX triplet: E0, 12 and 90. RGB value is (224,18,144). Sum of RGB (Red+Green+Blue) = 224+18+144=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E01290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01290 is #1FED6F. Grayscale: #5D5D5D. Windows color (decimal): -2092400 or 9442016. OLE color: 9442016.

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

Color convert

RGB 224 18 144 -
CMYK 0 0.92 0.36 0.12
HSL 323.3º 0.85% 0.47% -
HSV(B) 323.3º 0.92% 0.88% -
XYZ 35.99 18.29 28.02 -
YUV 93.96 156.25 220.75 -
System Red Green Blue C M Y K H S L
Decimal 224 18 144 0 0.92 0.36 0.12 323.3 0.85 0.47
Hex E0 12 90 0 5C 24 C 143 55 2F
Octal 340 22 220 0 134 44 14 503 125 57
Binary 11100000 10010 10010000 0 1011100 100100 1100 101000011 1010101 101111

Color Harmonies of #E01290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01290

Black with #E01290

Text Example


Text Example

White with #E01290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01290; }

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

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

background-color css

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

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

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

border-color css

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

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

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