Html Css Color HEX #E00F85 Medium Violet Red

📋 copy color: '#E00F85'

red 224 ◦ green 15 ◦ blue 133

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

Shades of Medium Violet Red #E00F85

Tints of Medium Violet Red #E00F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.75%

R = 60.22%
G = 4.03%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E00F85 (or 0xE00F85) is known color: Medium Violet Red. HEX triplet: E0, 0F and 85. RGB value is (224,15,133). Sum of RGB (Red+Green+Blue) = 224+15+133=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F85 is #1FF07A. Grayscale: #5A5A5A. Windows color (decimal): -2093179 or 8720352. OLE color: 8720352.

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

Color convert

RGB 224 15 133 -
CMYK 0 0.93 0.41 0.12
HSL 326.12º 0.87% 0.47% -
HSV(B) 326.12º 0.93% 0.88% -
XYZ 35.14 17.88 23.79 -
YUV 90.94 151.74 222.91 -
System Red Green Blue C M Y K H S L
Decimal 224 15 133 0 0.93 0.41 0.12 326.12 0.87 0.47
Hex E0 F 85 0 5D 29 C 146 57 2F
Octal 340 17 205 0 135 51 14 506 127 57
Binary 11100000 1111 10000101 0 1011101 101001 1100 101000110 1010111 101111

Color Harmonies of #E00F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F85

Black with #E00F85

Text Example


Text Example

White with #E00F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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