Html Css Color HEX #E0158A Medium Violet Red

📋 copy color: '#E0158A'

red 224 ◦ green 21 ◦ blue 138

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

Shades of Medium Violet Red #E0158A

Tints of Medium Violet Red #E0158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 58.49%
G = 5.48%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0158A (or 0xE0158A) is known color: Medium Violet Red. HEX triplet: E0, 15 and 8A. RGB value is (224,21,138). Sum of RGB (Red+Green+Blue) = 224+21+138=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E0158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0158A is #1FEA75. Grayscale: #5E5E5E. Windows color (decimal): -2091638 or 9049568. OLE color: 9049568.

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

Color convert

RGB 224 21 138 -
CMYK 0 0.91 0.38 0.12
HSL 325.42º 0.83% 0.48% -
HSV(B) 325.42º 0.91% 0.88% -
XYZ 35.6 18.22 25.69 -
YUV 95.04 152.25 219.99 -
System Red Green Blue C M Y K H S L
Decimal 224 21 138 0 0.91 0.38 0.12 325.42 0.83 0.48
Hex E0 15 8A 0 5B 26 C 145 53 30
Octal 340 25 212 0 133 46 14 505 123 60
Binary 11100000 10101 10001010 0 1011011 100110 1100 101000101 1010011 110000

Color Harmonies of #E0158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0158A

Black with #E0158A

Text Example


Text Example

White with #E0158A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0158A; }

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

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

background-color css

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

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

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

border-color css

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

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

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