#E20182

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

Shades of Medium Violet Red #E20182

Tints of Medium Violet Red #E20182

Color information

#E20182 (or 0xE20182) is unknown color: approx Medium Violet Red. HEX triplet: E2, 01 and 82. RGB value is (226,1,130). Sum of RGB (Red+Green+Blue) = 226+1+130=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E20182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20182 is #1DFE7D. Grayscale: #525252. Windows color (decimal): -1965694 or 8520162. OLE color: 8520162.

HSL color Cylindrical-coordinate representation of color #E20182: hue angle of 325.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20182 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB2261130-
CMYK01.000.420.11
HSL325.6º99.12%44.51%-
HSV(B)325.6º99.56%88.63%-
XYZ35.417.822.69-
YUV82.98154.54230.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 63.31%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=63.31%
G=0.28%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226113001.000.420.11325.699.1244.51
HexE21820642AB146632d
Octal34212020144521350614355
Binary111000101100000100110010010101010111010001101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20182; }

 p { color: rgb(226,1,130); }

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

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

 a { background-color: rgb(226,1,130); }

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

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

 span { border-color: rgb(226,1,130); }

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