Html Css Color HEX #E0157C Medium Violet Red

📋 copy color: '#E0157C'

red 224 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #E0157C

Tints of Medium Violet Red #E0157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.69%

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 60.7%
G = 5.69%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0157C (or 0xE0157C) is known color: Medium Violet Red. HEX triplet: E0, 15 and 7C. RGB value is (224,21,124). Sum of RGB (Red+Green+Blue) = 224+21+124=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E0157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0157C is #1FEA83. Grayscale: #5D5D5D. Windows color (decimal): -2091652 or 8132064. OLE color: 8132064.

HSL color Cylindrical-coordinate representation of color #E0157C: hue angle of 329.56º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0157C is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 124 -
CMYK 0 0.91 0.45 0.12
HSL 329.56º 0.83% 0.48% -
HSV(B) 329.56º 0.91% 0.88% -
XYZ 34.65 17.84 20.69 -
YUV 93.44 145.25 221.12 -
System Red Green Blue C M Y K H S L
Decimal 224 21 124 0 0.91 0.45 0.12 329.56 0.83 0.48
Hex E0 15 7C 0 5B 2D C 14A 53 30
Octal 340 25 174 0 133 55 14 512 123 60
Binary 11100000 10101 1111100 0 1011011 101101 1100 101001010 1010011 110000

Color Harmonies of #E0157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0157C

Black with #E0157C

Text Example


Text Example

White with #E0157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0157C; }

 p { color: rgb(224,21,124); }

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

background-color css

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

 a { background-color: rgb(224,21,124); }

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

border-color css

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

 span { border-color: rgb(224,21,124); }

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