Html Css Color HEX #E00F81 Medium Violet Red

📋 copy color: '#E00F81'

red 224 ◦ green 15 ◦ blue 129

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

Shades of Medium Violet Red #E00F81

Tints of Medium Violet Red #E00F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.05%

R = 60.87%
G = 4.08%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E00F81 (or 0xE00F81) is known color: Medium Violet Red. HEX triplet: E0, 0F and 81. RGB value is (224,15,129). Sum of RGB (Red+Green+Blue) = 224+15+129=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F81 is #1FF07E. Grayscale: #5A5A5A. Windows color (decimal): -2093183 or 8458208. OLE color: 8458208.

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

Color convert

RGB 224 15 129 -
CMYK 0 0.93 0.42 0.12
HSL 327.27º 0.87% 0.47% -
HSV(B) 327.27º 0.93% 0.88% -
XYZ 34.87 17.77 22.36 -
YUV 90.49 149.74 223.23 -
System Red Green Blue C M Y K H S L
Decimal 224 15 129 0 0.93 0.42 0.12 327.27 0.87 0.47
Hex E0 F 81 0 5D 2A C 147 57 2F
Octal 340 17 201 0 135 52 14 507 127 57
Binary 11100000 1111 10000001 0 1011101 101010 1100 101000111 1010111 101111

Color Harmonies of #E00F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F81

Black with #E00F81

Text Example


Text Example

White with #E00F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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