#E11484

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

Shades of Medium Violet Red #E11484

Tints of Medium Violet Red #E11484

Color information

#E11484 (or 0xE11484) is unknown color: approx Medium Violet Red. HEX triplet: E1, 14 and 84. RGB value is (225,20,132). Sum of RGB (Red+Green+Blue) = 225+20+132=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E11484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11484 is #1EEB7B. Grayscale: #5D5D5D. Windows color (decimal): -2026364 or 8656097. OLE color: 8656097.

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

Color convert

RGB22520132-
CMYK00.910.410.12
HSL327.22º83.67%48.04%-
HSV(B)327.22º91.11%88.24%-
XYZ35.4718.1723.47-
YUV94.06149.42221.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.68%
GREEN value IS 20 (8.20% from 255) = 5.31%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=59.68%
G=5.31%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252013200.910.410.12327.2283.6748.04
HexE1148405B29C1475430
Octal341242040133511450712460
Binary1110000110100100001000101101110100111001010001111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11484; }

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

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

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

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

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

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

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

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