Html Css Color HEX #E31680 Medium Violet Red

📋 copy color: '#E31680'

red 227 ◦ green 22 ◦ blue 128

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

Shades of Medium Violet Red #E31680

Tints of Medium Violet Red #E31680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.84%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 60.21%
G = 5.84%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E31680 (or 0xE31680) is known color: Medium Violet Red. HEX triplet: E3, 16 and 80. RGB value is (227,22,128). Sum of RGB (Red+Green+Blue) = 227+22+128=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E31680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31680 is #1CE97F. Grayscale: #5F5F5F. Windows color (decimal): -1894784 or 8394467. OLE color: 8394467.

HSL color Cylindrical-coordinate representation of color #E31680: hue angle of 328.98º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E31680 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 22 128 -
CMYK 0 0.90 0.44 0.11
HSL 328.98º 0.82% 0.49% -
HSV(B) 328.98º 0.9% 0.89% -
XYZ 35.86 18.46 22.1 -
YUV 95.38 146.42 221.88 -
System Red Green Blue C M Y K H S L
Decimal 227 22 128 0 0.90 0.44 0.11 328.98 0.82 0.49
Hex E3 16 80 0 5A 2C B 149 52 31
Octal 343 26 200 0 132 54 13 511 122 61
Binary 11100011 10110 10000000 0 1011010 101100 1011 101001001 1010010 110001

Color Harmonies of #E31680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31680

Black with #E31680

Text Example


Text Example

White with #E31680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31680; }

 p { color: rgb(227,22,128); }

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

background-color css

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

 a { background-color: rgb(227,22,128); }

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

border-color css

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

 span { border-color: rgb(227,22,128); }

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