Html Css Color HEX #E0027C Medium Violet Red

📋 copy color: '#E0027C'

red 224 ◦ green 2 ◦ blue 124

#E0027C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #E0027C

Tints of Medium Violet Red #E0027C

RGB

 RED value IS 224 (87.89% from 255) = 64%

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 64%
G = 0.57%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0027C (or 0xE0027C) is known color: Medium Violet Red. HEX triplet: E0, 02 and 7C. RGB value is (224,2,124). Sum of RGB (Red+Green+Blue) = 224+2+124=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0027C is #1FFD83. Grayscale: #525252. Windows color (decimal): -2096516 or 8127200. OLE color: 8127200.

HSL color Cylindrical-coordinate representation of color #E0027C: hue angle of 327.03º 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 #E0027C is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 124 -
CMYK 0 0.99 0.45 0.12
HSL 327.03º 0.98% 0.44% -
HSV(B) 327.03º 0.99% 0.88% -
XYZ 34.4 17.35 20.6 -
YUV 82.29 151.55 229.08 -
System Red Green Blue C M Y K H S L
Decimal 224 2 124 0 0.99 0.45 0.12 327.03 0.98 0.44
Hex E0 2 7C 0 63 2D C 147 62 2C
Octal 340 2 174 0 143 55 14 507 142 54
Binary 11100000 10 1111100 0 1100011 101101 1100 101000111 1100010 101100

Color Harmonies of #E0027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0027C

Black with #E0027C

Text Example


Text Example

White with #E0027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0027C; }

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

 H1.HeaderClassName
 {
   color: #E0027C;
 }
 .AnyTagClassName
 {
   color: #E0027C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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