Html Css Color HEX #E31386 Medium Violet Red

📋 copy color: '#E31386'

red 227 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #E31386

Tints of Medium Violet Red #E31386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5%

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

R = 59.74%
G = 5%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E31386 (or 0xE31386) is known color: Medium Violet Red. HEX triplet: E3, 13 and 86. RGB value is (227,19,134). Sum of RGB (Red+Green+Blue) = 227+19+134=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E31386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31386 is #1CEC79. Grayscale: #5E5E5E. Windows color (decimal): -1895546 or 8786915. OLE color: 8786915.

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

Color convert

RGB 227 19 134 -
CMYK 0 0.92 0.41 0.11
HSL 326.83º 0.85% 0.48% -
HSV(B) 326.83º 0.92% 0.89% -
XYZ 36.21 18.52 24.22 -
YUV 94.3 150.41 222.65 -
System Red Green Blue C M Y K H S L
Decimal 227 19 134 0 0.92 0.41 0.11 326.83 0.85 0.48
Hex E3 13 86 0 5C 29 B 147 55 30
Octal 343 23 206 0 134 51 13 507 125 60
Binary 11100011 10011 10000110 0 1011100 101001 1011 101000111 1010101 110000

Color Harmonies of #E31386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31386

Black with #E31386

Text Example


Text Example

White with #E31386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31386; }

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

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

background-color css

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

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

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

border-color css

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

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

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