#E0198A

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

Shades of Medium Violet Red #E0198A

Tints of Medium Violet Red #E0198A

Color information

#E0198A (or 0xE0198A) is unknown color: approx Medium Violet Red. HEX triplet: E0, 19 and 8A. RGB value is (224,25,138). Sum of RGB (Red+Green+Blue) = 224+25+138=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0198A is #1FE675. Grayscale: #616161. Windows color (decimal): -2090614 or 9050592. OLE color: 9050592.

HSL color Cylindrical-coordinate representation of color #E0198A: hue angle of 325.93º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0198A is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB22425138-
CMYK00.890.380.12
HSL325.93º79.92%48.82%-
HSV(B)325.93º88.84%87.84%-
XYZ35.6818.3825.71-
YUV97.38150.93218.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 57.88%
GREEN value IS 25 (10.16% from 255) = 6.46%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=57.88%
G=6.46%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242513800.890.380.12325.9379.9248.82
HexE0198A05926C1465031
Octal340312120131461450612061
Binary1110000011001100010100101100110011011001010001101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0198A; }

 p { color: rgb(224,25,138); }

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

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

 a { background-color: rgb(224,25,138); }

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

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

 span { border-color: rgb(224,25,138); }

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