Html Css Color HEX #E31486 Medium Violet Red

📋 copy color: '#E31486'

red 227 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #E31486

Tints of Medium Violet Red #E31486

RGB

 RED value IS 227 (89.06% from 255) = 59.58%

 GREEN value IS 20 (8.2% from 255) = 5.25%

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

R = 59.58%
G = 5.25%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E31486 (or 0xE31486) is known color: Medium Violet Red. HEX triplet: E3, 14 and 86. RGB value is (227,20,134). Sum of RGB (Red+Green+Blue) = 227+20+134=381 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.58% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 227 - color contains mainly: red. Hex color #E31486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31486 is #1CEB79. Grayscale: #5E5E5E. Windows color (decimal): -1895290 or 8787171. OLE color: 8787171.

HSL color Cylindrical-coordinate representation of color #E31486: hue angle of 326.96º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31486 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 20 134 -
CMYK 0 0.91 0.41 0.11
HSL 326.96º 0.84% 0.48% -
HSV(B) 326.96º 0.91% 0.89% -
XYZ 36.23 18.55 24.23 -
YUV 94.89 150.08 222.23 -
System Red Green Blue C M Y K H S L
Decimal 227 20 134 0 0.91 0.41 0.11 326.96 0.84 0.48
Hex E3 14 86 0 5B 29 B 147 54 30
Octal 343 24 206 0 133 51 13 507 124 60
Binary 11100011 10100 10000110 0 1011011 101001 1011 101000111 1010100 110000

Color Harmonies of #E31486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31486

Black with #E31486

Text Example


Text Example

White with #E31486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31486; }

 p { color: rgb(227,20,134); }

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

background-color css

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

 a { background-color: rgb(227,20,134); }

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

border-color css

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

 span { border-color: rgb(227,20,134); }

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