#E11284

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

Shades of Medium Violet Red #E11284

Tints of Medium Violet Red #E11284

Color information

#E11284 (or 0xE11284) is unknown color: approx Medium Violet Red. HEX triplet: E1, 12 and 84. RGB value is (225,18,132). Sum of RGB (Red+Green+Blue) = 225+18+132=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E11284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11284 is #1EED7B. Grayscale: #5C5C5C. Windows color (decimal): -2026876 or 8655585. OLE color: 8655585.

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

Color convert

RGB22518132-
CMYK00.920.410.12
HSL326.96º85.19%47.65%-
HSV(B)326.96º92%88.24%-
XYZ35.4318.1123.46-
YUV92.89150.08222.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 4.8%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=60%
G=4.8%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251813200.920.410.12326.9685.1947.65
HexE1128405C29C1475530
Octal341222040134511450712560
Binary1110000110010100001000101110010100111001010001111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11284; }

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

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

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

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

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

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

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

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