Html Css Color HEX #E00F7B Medium Violet Red

📋 copy color: '#E00F7B'

red 224 ◦ green 15 ◦ blue 123

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

Shades of Medium Violet Red #E00F7B

Tints of Medium Violet Red #E00F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 61.88%
G = 4.14%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E00F7B (or 0xE00F7B) is known color: Medium Violet Red. HEX triplet: E0, 0F and 7B. RGB value is (224,15,123). Sum of RGB (Red+Green+Blue) = 224+15+123=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F7B is #1FF084. Grayscale: #595959. Windows color (decimal): -2093189 or 8064992. OLE color: 8064992.

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

Color convert

RGB 224 15 123 -
CMYK 0 0.93 0.45 0.12
HSL 329º 0.87% 0.47% -
HSV(B) 329º 0.93% 0.88% -
XYZ 34.49 17.62 20.32 -
YUV 89.8 146.74 223.72 -
System Red Green Blue C M Y K H S L
Decimal 224 15 123 0 0.93 0.45 0.12 329 0.87 0.47
Hex E0 F 7B 0 5D 2D C 149 57 2F
Octal 340 17 173 0 135 55 14 511 127 57
Binary 11100000 1111 1111011 0 1011101 101101 1100 101001001 1010111 101111

Color Harmonies of #E00F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F7B

Black with #E00F7B

Text Example


Text Example

White with #E00F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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