Html Css Color HEX #E00F8C Medium Violet Red

📋 copy color: '#E00F8C'

red 224 ◦ green 15 ◦ blue 140

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

Shades of Medium Violet Red #E00F8C

Tints of Medium Violet Red #E00F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 59.1%
G = 3.96%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E00F8C (or 0xE00F8C) is known color: Medium Violet Red. HEX triplet: E0, 0F and 8C. RGB value is (224,15,140). Sum of RGB (Red+Green+Blue) = 224+15+140=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F8C is #1FF073. Grayscale: #5B5B5B. Windows color (decimal): -2093172 or 9179104. OLE color: 9179104.

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

Color convert

RGB 224 15 140 -
CMYK 0 0.93 0.38 0.12
HSL 324.11º 0.87% 0.47% -
HSV(B) 324.11º 0.93% 0.88% -
XYZ 35.64 18.08 26.42 -
YUV 91.74 155.24 222.34 -
System Red Green Blue C M Y K H S L
Decimal 224 15 140 0 0.93 0.38 0.12 324.11 0.87 0.47
Hex E0 F 8C 0 5D 26 C 144 57 2F
Octal 340 17 214 0 135 46 14 504 127 57
Binary 11100000 1111 10001100 0 1011101 100110 1100 101000100 1010111 101111

Color Harmonies of #E00F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F8C

Black with #E00F8C

Text Example


Text Example

White with #E00F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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