Html Css Color HEX #E00D86 Medium Violet Red

📋 copy color: '#E00D86'

red 224 ◦ green 13 ◦ blue 134

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

Shades of Medium Violet Red #E00D86

Tints of Medium Violet Red #E00D86

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.5%

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 60.38%
G = 3.5%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E00D86 (or 0xE00D86) is known color: Medium Violet Red. HEX triplet: E0, 0D and 86. RGB value is (224,13,134). Sum of RGB (Red+Green+Blue) = 224+13+134=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00D86 is #1FF279. Grayscale: #595959. Windows color (decimal): -2093690 or 8785376. OLE color: 8785376.

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

Color convert

RGB 224 13 134 -
CMYK 0 0.94 0.40 0.12
HSL 325.59º 0.89% 0.46% -
HSV(B) 325.59º 0.94% 0.88% -
XYZ 35.19 17.86 24.15 -
YUV 89.88 152.9 223.66 -
System Red Green Blue C M Y K H S L
Decimal 224 13 134 0 0.94 0.40 0.12 325.59 0.89 0.46
Hex E0 D 86 0 5E 28 C 146 59 2E
Octal 340 15 206 0 136 50 14 506 131 56
Binary 11100000 1101 10000110 0 1011110 101000 1100 101000110 1011001 101110

Color Harmonies of #E00D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00D86

Black with #E00D86

Text Example


Text Example

White with #E00D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00D86; }

 p { color: rgb(224,13,134); }

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

background-color css

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

 a { background-color: rgb(224,13,134); }

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

border-color css

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

 span { border-color: rgb(224,13,134); }

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