Html Css Color HEX #E0147D Medium Violet Red

📋 copy color: '#E0147D'

red 224 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #E0147D

Tints of Medium Violet Red #E0147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 60.7%
G = 5.42%
B = 33.88%

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

#E0147D (or 0xE0147D) is known color: Medium Violet Red. HEX triplet: E0, 14 and 7D. RGB value is (224,20,125). Sum of RGB (Red+Green+Blue) = 224+20+125=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0147D is #1FEB82. Grayscale: #5C5C5C. Windows color (decimal): -2091907 or 8197344. OLE color: 8197344.

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

Color convert

RGB 224 20 125 -
CMYK 0 0.91 0.44 0.12
HSL 329.12º 0.84% 0.48% -
HSV(B) 329.12º 0.91% 0.88% -
XYZ 34.69 17.83 21.01 -
YUV 92.97 146.09 221.46 -
System Red Green Blue C M Y K H S L
Decimal 224 20 125 0 0.91 0.44 0.12 329.12 0.84 0.48
Hex E0 14 7D 0 5B 2C C 149 54 30
Octal 340 24 175 0 133 54 14 511 124 60
Binary 11100000 10100 1111101 0 1011011 101100 1100 101001001 1010100 110000

Color Harmonies of #E0147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0147D

Black with #E0147D

Text Example


Text Example

White with #E0147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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