#E20F85

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

Shades of Medium Violet Red #E20F85

Tints of Medium Violet Red #E20F85

Color information

#E20F85 (or 0xE20F85) is unknown color: approx Medium Violet Red. HEX triplet: E2, 0F and 85. RGB value is (226,15,133). Sum of RGB (Red+Green+Blue) = 226+15+133=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20F85 is #1DF07A. Grayscale: #5B5B5B. Windows color (decimal): -1962107 or 8720354. OLE color: 8720354.

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

Color convert

RGB22615133-
CMYK00.930.410.11
HSL326.45º87.55%47.25%-
HSV(B)326.45º93.36%88.63%-
XYZ35.7718.223.82-
YUV91.54151.4223.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.43%
GREEN value IS 15 (6.25% from 255) = 4.01%
BLUE value IS 133 (52.34% from 255) = 35.56%
R=60.43%
G=4.01%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261513300.930.410.11326.4587.5547.25
HexE2F8505D29B146582f
Octal342172050135511350613057
Binary111000101111100001010101110110100110111010001101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F85; }

 p { color: rgb(226,15,133); }

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

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

 a { background-color: rgb(226,15,133); }

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

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

 span { border-color: rgb(226,15,133); }

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