#E31482

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

Shades of Medium Violet Red #E31482

Tints of Medium Violet Red #E31482

Color information

#E31482 (or 0xE31482) is unknown color: approx Medium Violet Red. HEX triplet: E3, 14 and 82. RGB value is (227,20,130). Sum of RGB (Red+Green+Blue) = 227+20+130=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E31482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31482 is #1CEB7D. Grayscale: #5E5E5E. Windows color (decimal): -1895294 or 8525027. OLE color: 8525027.

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

Color convert

RGB22720130-
CMYK00.910.430.11
HSL328.12º83.81%48.43%-
HSV(B)328.12º91.19%89.02%-
XYZ35.9618.4422.78-
YUV94.43148.08222.56-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 60.21%
GREEN value IS 20 (8.20% from 255) = 5.31%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=60.21%
G=5.31%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272013000.910.430.11328.1283.8148.43
HexE3148205B2BB1485430
Octal343242020133531351012460
Binary1110001110100100000100101101110101110111010010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31482; }

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

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

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

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

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

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

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

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