Html Css Color HEX #E00F8F Medium Violet Red

📋 copy color: '#E00F8F'

red 224 ◦ green 15 ◦ blue 143

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

Shades of Medium Violet Red #E00F8F

Tints of Medium Violet Red #E00F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.43%

R = 58.64%
G = 3.93%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E00F8F (or 0xE00F8F) is known color: Medium Violet Red. HEX triplet: E0, 0F and 8F. RGB value is (224,15,143). Sum of RGB (Red+Green+Blue) = 224+15+143=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F8F is #1FF070. Grayscale: #5B5B5B. Windows color (decimal): -2093169 or 9375712. OLE color: 9375712.

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

Color convert

RGB 224 15 143 -
CMYK 0 0.93 0.36 0.12
HSL 323.25º 0.87% 0.47% -
HSV(B) 323.25º 0.93% 0.88% -
XYZ 35.87 18.17 27.6 -
YUV 92.08 156.74 222.09 -
System Red Green Blue C M Y K H S L
Decimal 224 15 143 0 0.93 0.36 0.12 323.25 0.87 0.47
Hex E0 F 8F 0 5D 24 C 143 57 2F
Octal 340 17 217 0 135 44 14 503 127 57
Binary 11100000 1111 10001111 0 1011101 100100 1100 101000011 1010111 101111

Color Harmonies of #E00F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F8F

Black with #E00F8F

Text Example


Text Example

White with #E00F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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