#E11482

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

Shades of Medium Violet Red #E11482

Tints of Medium Violet Red #E11482

Color information

#E11482 (or 0xE11482) is unknown color: approx Medium Violet Red. HEX triplet: E1, 14 and 82. RGB value is (225,20,130). Sum of RGB (Red+Green+Blue) = 225+20+130=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E11482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11482 is #1EEB7D. Grayscale: #5D5D5D. Windows color (decimal): -2026366 or 8525025. OLE color: 8525025.

HSL color Cylindrical-coordinate representation of color #E11482: hue angle of 327.8º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11482 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB22520130-
CMYK00.910.420.12
HSL327.8º83.67%48.04%-
HSV(B)327.8º91.11%88.24%-
XYZ35.3318.1222.75-
YUV93.83148.42221.56-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 5.33%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=60%
G=5.33%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252013000.910.420.12327.883.6748.04
HexE1148205B2AC1485430
Octal341242020133521451012460
Binary1110000110100100000100101101110101011001010010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11482; }

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

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

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

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

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

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

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

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