Html Css Color HEX #E00F92 Medium Violet Red

📋 copy color: '#E00F92'

red 224 ◦ green 15 ◦ blue 146

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

Shades of Medium Violet Red #E00F92

Tints of Medium Violet Red #E00F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.92%

R = 58.18%
G = 3.9%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E00F92 (or 0xE00F92) is known color: Medium Violet Red. HEX triplet: E0, 0F and 92. RGB value is (224,15,146). Sum of RGB (Red+Green+Blue) = 224+15+146=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00F92 is #1FF06D. Grayscale: #5C5C5C. Windows color (decimal): -2093166 or 9572320. OLE color: 9572320.

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

Color convert

RGB 224 15 146 -
CMYK 0 0.93 0.35 0.12
HSL 322.39º 0.87% 0.47% -
HSV(B) 322.39º 0.93% 0.88% -
XYZ 36.1 18.26 28.82 -
YUV 92.43 158.24 221.85 -
System Red Green Blue C M Y K H S L
Decimal 224 15 146 0 0.93 0.35 0.12 322.39 0.87 0.47
Hex E0 F 92 0 5D 23 C 142 57 2F
Octal 340 17 222 0 135 43 14 502 127 57
Binary 11100000 1111 10010010 0 1011101 100011 1100 101000010 1010111 101111

Color Harmonies of #E00F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F92

Black with #E00F92

Text Example


Text Example

White with #E00F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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