#E00E8B

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

Shades of Medium Violet Red #E00E8B

Tints of Medium Violet Red #E00E8B

Color information

#E00E8B (or 0xE00E8B) is unknown color: approx Medium Violet Red. HEX triplet: E0, 0E and 8B. RGB value is (224,14,139). Sum of RGB (Red+Green+Blue) = 224+14+139=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E00E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00E8B is #1FF174. Grayscale: #5A5A5A. Windows color (decimal): -2093429 or 9113312. OLE color: 9113312.

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

Color convert

RGB22414139-
CMYK00.940.380.12
HSL324.29º88.24%46.67%-
HSV(B)324.29º93.75%87.84%-
XYZ35.5618.0326.03-
YUV91.04155.07222.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.42%
GREEN value IS 14 (5.86% from 255) = 3.71%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=59.42%
G=3.71%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241413900.940.380.12324.2988.2446.67
HexE0E8B05E26C144582f
Octal340162130136461450413057
Binary111000001110100010110101111010011011001010001001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00E8B; }

 p { color: rgb(224,14,139); }

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

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

 a { background-color: rgb(224,14,139); }

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

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

 span { border-color: rgb(224,14,139); }

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