#E21384

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

Shades of Medium Violet Red #E21384

Tints of Medium Violet Red #E21384

Color information

#E21384 (or 0xE21384) is unknown color: approx Medium Violet Red. HEX triplet: E2, 13 and 84. RGB value is (226,19,132). Sum of RGB (Red+Green+Blue) = 226+19+132=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E21384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E21384 is #1DEC7B. Grayscale: #5D5D5D. Windows color (decimal): -1961084 or 8655842. OLE color: 8655842.

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

Color convert

RGB22619132-
CMYK00.920.420.11
HSL327.25º84.49%48.04%-
HSV(B)327.25º91.59%88.63%-
XYZ35.7618.323.48-
YUV93.78149.58222.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.95%
GREEN value IS 19 (7.81% from 255) = 5.04%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=59.95%
G=5.04%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261913200.920.420.11327.2584.4948.04
HexE2138405C2AB1475430
Octal342232040134521350712460
Binary1110001010011100001000101110010101010111010001111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21384; }

 p { color: rgb(226,19,132); }

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

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

 a { background-color: rgb(226,19,132); }

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

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

 span { border-color: rgb(226,19,132); }

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