#E11282

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

Shades of Medium Violet Red #E11282

Tints of Medium Violet Red #E11282

Color information

#E11282 (or 0xE11282) is unknown color: approx Medium Violet Red. HEX triplet: E1, 12 and 82. RGB value is (225,18,130). Sum of RGB (Red+Green+Blue) = 225+18+130=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E11282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11282 is #1EED7D. Grayscale: #5C5C5C. Windows color (decimal): -2026878 or 8524513. OLE color: 8524513.

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

Color convert

RGB22518130-
CMYK00.920.420.12
HSL327.54º85.19%47.65%-
HSV(B)327.54º92%88.24%-
XYZ35.318.0522.74-
YUV92.66149.08222.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.32%
GREEN value IS 18 (7.42% from 255) = 4.83%
BLUE value IS 130 (51.17% from 255) = 34.85%
R=60.32%
G=4.83%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251813000.920.420.12327.5485.1947.65
HexE1128205C2AC1485530
Octal341222020134521451012560
Binary1110000110010100000100101110010101011001010010001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11282; }

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

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

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

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

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

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

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

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