#E0027D

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

Shades of Medium Violet Red #E0027D

Tints of Medium Violet Red #E0027D

Color information

#E0027D (or 0xE0027D) is unknown color: approx Medium Violet Red. HEX triplet: E0, 02 and 7D. RGB value is (224,2,125). Sum of RGB (Red+Green+Blue) = 224+2+125=351 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.82% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 224 - color contains mainly: red. Hex color #E0027D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0027D is #1FFD82. Grayscale: #525252. Windows color (decimal): -2096515 or 8192736. OLE color: 8192736.

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

Color convert

RGB2242125-
CMYK00.990.440.12
HSL326.76º98.23%44.31%-
HSV(B)326.76º99.11%87.84%-
XYZ34.4617.3720.94-
YUV82.4152.05229-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 63.82%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=63.82%
G=0.57%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224212500.990.440.12326.7698.2344.31
HexE027D0632CC147622c
Octal34021750143541450714254
Binary111000001011111010110001110110011001010001111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0027D; }

 p { color: rgb(224,2,125); }

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

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

 a { background-color: rgb(224,2,125); }

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

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

 span { border-color: rgb(224,2,125); }

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