Html Css Color HEX #E00E85 Medium Violet Red

📋 copy color: '#E00E85'

red 224 ◦ green 14 ◦ blue 133

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

Shades of Medium Violet Red #E00E85

Tints of Medium Violet Red #E00E85

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.77%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 60.38%
G = 3.77%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E00E85 (or 0xE00E85) is known color: Medium Violet Red. HEX triplet: E0, 0E and 85. RGB value is (224,14,133). Sum of RGB (Red+Green+Blue) = 224+14+133=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00E85 is #1FF17A. Grayscale: #5A5A5A. Windows color (decimal): -2093435 or 8720096. OLE color: 8720096.

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

Color convert

RGB 224 14 133 -
CMYK 0 0.94 0.41 0.12
HSL 326º 0.88% 0.47% -
HSV(B) 326º 0.94% 0.88% -
XYZ 35.13 17.85 23.79 -
YUV 90.36 152.07 223.32 -
System Red Green Blue C M Y K H S L
Decimal 224 14 133 0 0.94 0.41 0.12 326 0.88 0.47
Hex E0 E 85 0 5E 29 C 146 58 2F
Octal 340 16 205 0 136 51 14 506 130 57
Binary 11100000 1110 10000101 0 1011110 101001 1100 101000110 1011000 101111

Color Harmonies of #E00E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00E85

Black with #E00E85

Text Example


Text Example

White with #E00E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00E85; }

 p { color: rgb(224,14,133); }

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

background-color css

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

 a { background-color: rgb(224,14,133); }

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

border-color css

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

 span { border-color: rgb(224,14,133); }

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