Html Css Color HEX #E01880 Medium Violet Red

📋 copy color: '#E01880'

red 224 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #E01880

Tints of Medium Violet Red #E01880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 59.57%
G = 6.38%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E01880 (or 0xE01880) is known color: Medium Violet Red. HEX triplet: E0, 18 and 80. RGB value is (224,24,128). Sum of RGB (Red+Green+Blue) = 224+24+128=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E01880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E01880 is #1FE77F. Grayscale: #5F5F5F. Windows color (decimal): -2090880 or 8394976. OLE color: 8394976.

HSL color Cylindrical-coordinate representation of color #E01880: hue angle of 328.8º degrees, saturation: 0.81, 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 #E01880 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 24 128 -
CMYK 0 0.89 0.43 0.12
HSL 328.8º 0.81% 0.49% -
HSV(B) 328.8º 0.89% 0.88% -
XYZ 34.96 18.06 22.07 -
YUV 95.66 146.26 219.54 -
System Red Green Blue C M Y K H S L
Decimal 224 24 128 0 0.89 0.43 0.12 328.8 0.81 0.49
Hex E0 18 80 0 59 2B C 149 51 31
Octal 340 30 200 0 131 53 14 511 121 61
Binary 11100000 11000 10000000 0 1011001 101011 1100 101001001 1010001 110001

Color Harmonies of #E01880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01880

Black with #E01880

Text Example


Text Example

White with #E01880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01880; }

 p { color: rgb(224,24,128); }

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

background-color css

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

 a { background-color: rgb(224,24,128); }

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

border-color css

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

 span { border-color: rgb(224,24,128); }

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