#E11894

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

Shades of Medium Violet Red #E11894

Tints of Medium Violet Red #E11894

Color information

#E11894 (or 0xE11894) is unknown color: approx Medium Violet Red. HEX triplet: E1, 18 and 94. RGB value is (225,24,148). Sum of RGB (Red+Green+Blue) = 225+24+148=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E11894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E11894 is #1EE76B. Grayscale: #616161. Windows color (decimal): -2025324 or 9705697. OLE color: 9705697.

HSL color Cylindrical-coordinate representation of color #E11894: hue angle of 322.99º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11894 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB22524148-
CMYK00.890.340.12
HSL322.99º80.72%48.82%-
HSV(B)322.99º89.33%88.24%-
XYZ36.7218.829.71-
YUV98.23156.09218.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.68%
GREEN value IS 24 (9.77% from 255) = 6.05%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=56.68%
G=6.05%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252414800.890.340.12322.9980.7248.82
HexE1189405922C1435131
Octal341302240131421450312161
Binary1110000111000100101000101100110001011001010000111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11894; }

 p { color: rgb(225,24,148); }

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

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

 a { background-color: rgb(225,24,148); }

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

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

 span { border-color: rgb(225,24,148); }

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