Html Css Color HEX #E0157E Medium Violet Red

📋 copy color: '#E0157E'

red 224 ◦ green 21 ◦ blue 126

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

Shades of Medium Violet Red #E0157E

Tints of Medium Violet Red #E0157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.96%

R = 60.38%
G = 5.66%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0157E (or 0xE0157E) is known color: Medium Violet Red. HEX triplet: E0, 15 and 7E. RGB value is (224,21,126). Sum of RGB (Red+Green+Blue) = 224+21+126=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0157E is #1FEA81. Grayscale: #5D5D5D. Windows color (decimal): -2091650 or 8263136. OLE color: 8263136.

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

Color convert

RGB 224 21 126 -
CMYK 0 0.91 0.44 0.12
HSL 328.97º 0.83% 0.48% -
HSV(B) 328.97º 0.91% 0.88% -
XYZ 34.77 17.89 21.36 -
YUV 93.67 146.25 220.96 -
System Red Green Blue C M Y K H S L
Decimal 224 21 126 0 0.91 0.44 0.12 328.97 0.83 0.48
Hex E0 15 7E 0 5B 2C C 149 53 30
Octal 340 25 176 0 133 54 14 511 123 60
Binary 11100000 10101 1111110 0 1011011 101100 1100 101001001 1010011 110000

Color Harmonies of #E0157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0157E

Black with #E0157E

Text Example


Text Example

White with #E0157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0157E; }

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

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

background-color css

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

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

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

border-color css

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

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

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