#E20C83

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

Shades of Medium Violet Red #E20C83

Tints of Medium Violet Red #E20C83

Color information

#E20C83 (or 0xE20C83) is unknown color: approx Medium Violet Red. HEX triplet: E2, 0C and 83. RGB value is (226,12,131). Sum of RGB (Red+Green+Blue) = 226+12+131=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20C83 is #1DF37C. Grayscale: #595959. Windows color (decimal): -1962877 or 8588514. OLE color: 8588514.

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

Color convert

RGB22612131-
CMYK00.950.420.11
HSL326.64º89.92%46.67%-
HSV(B)326.64º94.69%88.63%-
XYZ35.5918.0723.08-
YUV89.55151.4225.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.25%
GREEN value IS 12 (5.08% from 255) = 3.25%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=61.25%
G=3.25%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261213100.950.420.11326.6489.9246.67
HexE2C8305F2AB1475a2f
Octal342142030137521350713257
Binary111000101100100000110101111110101010111010001111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20C83; }

 p { color: rgb(226,12,131); }

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

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

 a { background-color: rgb(226,12,131); }

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

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

 span { border-color: rgb(226,12,131); }

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