Html Css Color HEX #E00F7E Medium Violet Red

📋 copy color: '#E00F7E'

red 224 ◦ green 15 ◦ blue 126

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

Shades of Medium Violet Red #E00F7E

Tints of Medium Violet Red #E00F7E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.11%

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

R = 61.37%
G = 4.11%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E00F7E (or 0xE00F7E) is known color: Medium Violet Red. HEX triplet: E0, 0F and 7E. RGB value is (224,15,126). Sum of RGB (Red+Green+Blue) = 224+15+126=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F7E is #1FF081. Grayscale: #595959. Windows color (decimal): -2093186 or 8261600. OLE color: 8261600.

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

Color convert

RGB 224 15 126 -
CMYK 0 0.93 0.44 0.12
HSL 328.13º 0.87% 0.47% -
HSV(B) 328.13º 0.93% 0.88% -
XYZ 34.68 17.7 21.33 -
YUV 90.15 148.24 223.47 -
System Red Green Blue C M Y K H S L
Decimal 224 15 126 0 0.93 0.44 0.12 328.13 0.87 0.47
Hex E0 F 7E 0 5D 2C C 148 57 2F
Octal 340 17 176 0 135 54 14 510 127 57
Binary 11100000 1111 1111110 0 1011101 101100 1100 101001000 1010111 101111

Color Harmonies of #E00F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F7E

Black with #E00F7E

Text Example


Text Example

White with #E00F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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