Html Css Color HEX #E00F90 Medium Violet Red

📋 copy color: '#E00F90'

red 224 ◦ green 15 ◦ blue 144

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

Shades of Medium Violet Red #E00F90

Tints of Medium Violet Red #E00F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 58.49%
G = 3.92%
B = 37.6%

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

#E00F90 (or 0xE00F90) is known color: Medium Violet Red. HEX triplet: E0, 0F and 90. RGB value is (224,15,144). Sum of RGB (Red+Green+Blue) = 224+15+144=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F90 is #1FF06F. Grayscale: #5B5B5B. Windows color (decimal): -2093168 or 9441248. OLE color: 9441248.

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

Color convert

RGB 224 15 144 -
CMYK 0 0.93 0.36 0.12
HSL 322.97º 0.87% 0.47% -
HSV(B) 322.97º 0.93% 0.88% -
XYZ 35.95 18.2 28 -
YUV 92.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 224 15 144 0 0.93 0.36 0.12 322.97 0.87 0.47
Hex E0 F 90 0 5D 24 C 143 57 2F
Octal 340 17 220 0 135 44 14 503 127 57
Binary 11100000 1111 10010000 0 1011101 100100 1100 101000011 1010111 101111

Color Harmonies of #E00F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F90

Black with #E00F90

Text Example


Text Example

White with #E00F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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