Html Css Color HEX #E31086 Medium Violet Red

📋 copy color: '#E31086'

red 227 ◦ green 16 ◦ blue 134

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

Shades of Medium Violet Red #E31086

Tints of Medium Violet Red #E31086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.24%

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

R = 60.21%
G = 4.24%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E31086 (or 0xE31086) is known color: Medium Violet Red. HEX triplet: E3, 10 and 86. RGB value is (227,16,134). Sum of RGB (Red+Green+Blue) = 227+16+134=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E31086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31086 is #1CEF79. Grayscale: #5C5C5C. Windows color (decimal): -1896314 or 8786147. OLE color: 8786147.

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

Color convert

RGB 227 16 134 -
CMYK 0 0.93 0.41 0.11
HSL 326.45º 0.87% 0.48% -
HSV(B) 326.45º 0.93% 0.89% -
XYZ 36.17 18.42 24.2 -
YUV 92.54 151.4 223.91 -
System Red Green Blue C M Y K H S L
Decimal 227 16 134 0 0.93 0.41 0.11 326.45 0.87 0.48
Hex E3 10 86 0 5D 29 B 146 57 30
Octal 343 20 206 0 135 51 13 506 127 60
Binary 11100011 10000 10000110 0 1011101 101001 1011 101000110 1010111 110000

Color Harmonies of #E31086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31086

Black with #E31086

Text Example


Text Example

White with #E31086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31086; }

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

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

background-color css

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

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

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

border-color css

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

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

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