#E31484

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

Shades of Medium Violet Red #E31484

Tints of Medium Violet Red #E31484

Color information

#E31484 (or 0xE31484) is unknown color: approx Medium Violet Red. HEX triplet: E3, 14 and 84. RGB value is (227,20,132). Sum of RGB (Red+Green+Blue) = 227+20+132=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E31484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31484 is #1CEB7B. Grayscale: #5E5E5E. Windows color (decimal): -1895292 or 8656099. OLE color: 8656099.

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

Color convert

RGB22720132-
CMYK00.910.420.11
HSL327.54º83.81%48.43%-
HSV(B)327.54º91.19%89.02%-
XYZ36.0918.523.5-
YUV94.66149.08222.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 59.89%
GREEN value IS 20 (8.20% from 255) = 5.28%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=59.89%
G=5.28%
B=34.83%

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
Decimal2272013200.910.420.11327.5483.8148.43
HexE3148405B2AB1485430
Octal343242040133521351012460
Binary1110001110100100001000101101110101010111010010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31484; }

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

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

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

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

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

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

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

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