Html Css Color HEX #E0147E Medium Violet Red

📋 copy color: '#E0147E'

red 224 ◦ green 20 ◦ blue 126

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

Shades of Medium Violet Red #E0147E

Tints of Medium Violet Red #E0147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 60.54%
G = 5.41%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0147E (or 0xE0147E) is known color: Medium Violet Red. HEX triplet: E0, 14 and 7E. RGB value is (224,20,126). Sum of RGB (Red+Green+Blue) = 224+20+126=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E0147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0147E is #1FEB81. Grayscale: #5C5C5C. Windows color (decimal): -2091906 or 8262880. OLE color: 8262880.

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

Color convert

RGB 224 20 126 -
CMYK 0 0.91 0.44 0.12
HSL 328.82º 0.84% 0.48% -
HSV(B) 328.82º 0.91% 0.88% -
XYZ 34.76 17.85 21.35 -
YUV 93.08 146.59 221.38 -
System Red Green Blue C M Y K H S L
Decimal 224 20 126 0 0.91 0.44 0.12 328.82 0.84 0.48
Hex E0 14 7E 0 5B 2C C 149 54 30
Octal 340 24 176 0 133 54 14 511 124 60
Binary 11100000 10100 1111110 0 1011011 101100 1100 101001001 1010100 110000

Color Harmonies of #E0147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0147E

Black with #E0147E

Text Example


Text Example

White with #E0147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0147E; }

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

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

background-color css

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

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

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

border-color css

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

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

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