Html Css Color HEX #E0048A Medium Violet Red

📋 copy color: '#E0048A'

red 224 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #E0048A

Tints of Medium Violet Red #E0048A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 61.2%
G = 1.09%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0048A (or 0xE0048A) is known color: Medium Violet Red. HEX triplet: E0, 04 and 8A. RGB value is (224,4,138). Sum of RGB (Red+Green+Blue) = 224+4+138=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E0048A is #1FFB75. Grayscale: #545454. Windows color (decimal): -2095990 or 9045216. OLE color: 9045216.

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

Color convert

RGB 224 4 138 -
CMYK 0 0.98 0.38 0.12
HSL 323.45º 0.96% 0.45% -
HSV(B) 323.45º 0.98% 0.88% -
XYZ 35.37 17.77 25.61 -
YUV 85.06 157.89 227.1 -
System Red Green Blue C M Y K H S L
Decimal 224 4 138 0 0.98 0.38 0.12 323.45 0.96 0.45
Hex E0 4 8A 0 62 26 C 143 60 2D
Octal 340 4 212 0 142 46 14 503 140 55
Binary 11100000 100 10001010 0 1100010 100110 1100 101000011 1100000 101101

Color Harmonies of #E0048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0048A

Black with #E0048A

Text Example


Text Example

White with #E0048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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