Html Css Color HEX #E00F7C Medium Violet Red

📋 copy color: '#E00F7C'

red 224 ◦ green 15 ◦ blue 124

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

Shades of Medium Violet Red #E00F7C

Tints of Medium Violet Red #E00F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 61.71%
G = 4.13%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E00F7C (or 0xE00F7C) is known color: Medium Violet Red. HEX triplet: E0, 0F and 7C. RGB value is (224,15,124). Sum of RGB (Red+Green+Blue) = 224+15+124=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F7C is #1FF083. Grayscale: #595959. Windows color (decimal): -2093188 or 8130528. OLE color: 8130528.

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

Color convert

RGB 224 15 124 -
CMYK 0 0.93 0.45 0.12
HSL 328.71º 0.87% 0.47% -
HSV(B) 328.71º 0.93% 0.88% -
XYZ 34.55 17.64 20.65 -
YUV 89.92 147.24 223.64 -
System Red Green Blue C M Y K H S L
Decimal 224 15 124 0 0.93 0.45 0.12 328.71 0.87 0.47
Hex E0 F 7C 0 5D 2D C 149 57 2F
Octal 340 17 174 0 135 55 14 511 127 57
Binary 11100000 1111 1111100 0 1011101 101101 1100 101001001 1010111 101111

Color Harmonies of #E00F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F7C

Black with #E00F7C

Text Example


Text Example

White with #E00F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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