Html Css Color HEX #E04AA0 Mulberry

📋 copy color: '#E04AA0'

red 224 ◦ green 74 ◦ blue 160

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

Shades of Mulberry #E04AA0

Tints of Mulberry #E04AA0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.16%

 BLUE value IS 160 (62.89% from 255) = 34.93%

R = 48.91%
G = 16.16%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E04AA0 (or 0xE04AA0) is known color: Mulberry. HEX triplet: E0, 4A and A0. RGB value is (224,74,160). Sum of RGB (Red+Green+Blue) = 224+74+160=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04AA0 is #1FB55F. Grayscale: #808080. Windows color (decimal): -2078048 or 10504928. OLE color: 10504928.

HSL color Cylindrical-coordinate representation of color #E04AA0: hue angle of 325.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04AA0 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 74 160 -
CMYK 0 0.67 0.29 0.12
HSL 325.6º 0.71% 0.58% -
HSV(B) 325.6º 0.67% 0.88% -
XYZ 39.53 23.28 35.67 -
YUV 128.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 224 74 160 0 0.67 0.29 0.12 325.6 0.71 0.58
Hex E0 4A A0 0 43 1D C 146 47 3A
Octal 340 112 240 0 103 35 14 506 107 72
Binary 11100000 1001010 10100000 0 1000011 11101 1100 101000110 1000111 111010

Color Harmonies of #E04AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AA0

Black with #E04AA0

Text Example


Text Example

White with #E04AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AA0; }

 p { color: rgb(224,74,160); }

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

background-color css

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

 a { background-color: rgb(224,74,160); }

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

border-color css

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

 span { border-color: rgb(224,74,160); }

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