Html Css Color HEX #E0007D Medium Violet Red

📋 copy color: '#E0007D'

red 224 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #E0007D

Tints of Medium Violet Red #E0007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.18%
G = 0%
B = 35.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0007D (or 0xE0007D) is known color: Medium Violet Red. HEX triplet: E0, 00 and 7D. RGB value is (224,0,125). Sum of RGB (Red+Green+Blue) = 224+0+125=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0007D is #1FFF82. Grayscale: #505050. Windows color (decimal): -2097027 or 8192224. OLE color: 8192224.

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

Color convert

RGB 224 0 125 -
CMYK 0 1 0.44 0.12
HSL 326.52º 1% 0.44% -
HSV(B) 326.52º 1% 0.88% -
XYZ 34.44 17.33 20.93 -
YUV 81.23 152.71 229.84 -
System Red Green Blue C M Y K H S L
Decimal 224 0 125 0 1 0.44 0.12 326.52 1 0.44
Hex E0 0 7D 0 64 2C C 147 64 2C
Octal 340 0 175 0 144 54 14 507 144 54
Binary 11100000 0 1111101 0 1100100 101100 1100 101000111 1100100 101100

Color Harmonies of #E0007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0007D

Black with #E0007D

Text Example


Text Example

White with #E0007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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