Html Css Color HEX #E31085 Medium Violet Red

📋 copy color: '#E31085'

red 227 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #E31085

Tints of Medium Violet Red #E31085

RGB

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

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

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

R = 60.37%
G = 4.26%
B = 35.37%

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

#E31085 (or 0xE31085) is known color: Medium Violet Red. HEX triplet: E3, 10 and 85. RGB value is (227,16,133). Sum of RGB (Red+Green+Blue) = 227+16+133=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E31085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31085 is #1CEF7A. Grayscale: #5C5C5C. Windows color (decimal): -1896315 or 8720611. OLE color: 8720611.

HSL color Cylindrical-coordinate representation of color #E31085: hue angle of 326.73º 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 #E31085 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 16 133 -
CMYK 0 0.93 0.41 0.11
HSL 326.73º 0.87% 0.48% -
HSV(B) 326.73º 0.93% 0.89% -
XYZ 36.1 18.39 23.84 -
YUV 92.43 150.9 223.99 -
System Red Green Blue C M Y K H S L
Decimal 227 16 133 0 0.93 0.41 0.11 326.73 0.87 0.48
Hex E3 10 85 0 5D 29 B 147 57 30
Octal 343 20 205 0 135 51 13 507 127 60
Binary 11100011 10000 10000101 0 1011101 101001 1011 101000111 1010111 110000

Color Harmonies of #E31085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31085

Black with #E31085

Text Example


Text Example

White with #E31085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31085; }

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

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

background-color css

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

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

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

border-color css

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

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

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