#E31483

Color #E31483 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #E31483

Tints of Medium Violet Red #E31483

Color information

#E31483 (or 0xE31483) is unknown color: approx Medium Violet Red. HEX triplet: E3, 14 and 83. RGB value is (227,20,131). Sum of RGB (Red+Green+Blue) = 227+20+131=378 (50% of max value = 765). Red value is 227 (89.06% from 255 or 60.05% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 227 - color contains mainly: red. Hex color #E31483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31483 is #1CEB7C. Grayscale: #5E5E5E. Windows color (decimal): -1895293 or 8590563. OLE color: 8590563.

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

Color convert

RGB22720131-
CMYK00.910.420.11
HSL327.83º83.81%48.43%-
HSV(B)327.83º91.19%89.02%-
XYZ36.0318.4723.14-
YUV94.55148.58222.47-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 60.05%
GREEN value IS 20 (8.20% from 255) = 5.29%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=60.05%
G=5.29%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272013100.910.420.11327.8383.8148.43
HexE3148305B2AB1485430
Octal343242030133521351012460
Binary1110001110100100000110101101110101010111010010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31483; }

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

 H1.HeaderClassName
 {
   color: #E31483;
 }
 .AnyTagClassName
 {
   color: #E31483;
 }
</style>
background-color css

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

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

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

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

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

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