#e20f84

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

Shades of Medium Violet Red #E20F84

Tints of Medium Violet Red #E20F84

Color information

#E20F84 (or 0xE20F84) is unknown color: approx Medium Violet Red. HEX triplet: E2, 0F and 84. RGB value is (226,15,132). Sum of RGB (Red+Green+Blue) = 226+15+132=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E20F84 is #1DF07B. Grayscale: #5B5B5B. Windows color (decimal): -1962108 or 8654818. OLE color: 8654818.

HSL color Cylindrical-coordinate representation of color #E20F84: hue angle of 326.73º 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 #E20F84 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB22615132-
CMYK00.930.420.11
HSL326.73º87.55%47.25%-
HSV(B)326.73º93.36%88.63%-
XYZ35.718.1823.46-
YUV91.43150.9223.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.59%
GREEN value IS 15 (6.25% from 255) = 4.02%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=60.59%
G=4.02%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261513200.930.420.11326.7387.5547.25
HexE2F8405D2AB147582f
Octal342172040135521350713057
Binary111000101111100001000101110110101010111010001111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e20f84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e20f84; }

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

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

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

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

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

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

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

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