Html Css Color HEX #E0147F Medium Violet Red

📋 copy color: '#E0147F'

red 224 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #E0147F

Tints of Medium Violet Red #E0147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.39%

 BLUE value IS 127 (50% from 255) = 34.23%

R = 60.38%
G = 5.39%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0147F (or 0xE0147F) is known color: Medium Violet Red. HEX triplet: E0, 14 and 7F. RGB value is (224,20,127). Sum of RGB (Red+Green+Blue) = 224+20+127=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0147F is #1FEB80. Grayscale: #5C5C5C. Windows color (decimal): -2091905 or 8328416. OLE color: 8328416.

HSL color Cylindrical-coordinate representation of color #E0147F: hue angle of 328.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0147F is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 127 -
CMYK 0 0.91 0.43 0.12
HSL 328.53º 0.84% 0.48% -
HSV(B) 328.53º 0.91% 0.88% -
XYZ 34.82 17.88 21.69 -
YUV 93.19 147.09 221.3 -
System Red Green Blue C M Y K H S L
Decimal 224 20 127 0 0.91 0.43 0.12 328.53 0.84 0.48
Hex E0 14 7F 0 5B 2B C 149 54 30
Octal 340 24 177 0 133 53 14 511 124 60
Binary 11100000 10100 1111111 0 1011011 101011 1100 101001001 1010100 110000

Color Harmonies of #E0147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0147F

Black with #E0147F

Text Example


Text Example

White with #E0147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0147F; }

 p { color: rgb(224,20,127); }

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

background-color css

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

 a { background-color: rgb(224,20,127); }

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

border-color css

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

 span { border-color: rgb(224,20,127); }

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