#E11281

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

Shades of Medium Violet Red #E11281

Tints of Medium Violet Red #E11281

Color information

#E11281 (or 0xE11281) is unknown color: approx Medium Violet Red. HEX triplet: E1, 12 and 81. RGB value is (225,18,129). Sum of RGB (Red+Green+Blue) = 225+18+129=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E11281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11281 is #1EED7E. Grayscale: #5C5C5C. Windows color (decimal): -2026879 or 8458977. OLE color: 8458977.

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

Color convert

RGB22518129-
CMYK00.920.430.12
HSL327.83º85.19%47.65%-
HSV(B)327.83º92%88.24%-
XYZ35.2318.0322.39-
YUV92.55148.58222.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60.48%
GREEN value IS 18 (7.42% from 255) = 4.84%
BLUE value IS 129 (50.78% from 255) = 34.68%
R=60.48%
G=4.84%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251812900.920.430.12327.8385.1947.65
HexE1128105C2BC1485530
Octal341222010134531451012560
Binary1110000110010100000010101110010101111001010010001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11281; }

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

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

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

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

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

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

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

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