Html Css Color HEX #E04AA1 Mulberry

📋 copy color: '#E04AA1'

red 224 ◦ green 74 ◦ blue 161

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

Shades of Mulberry #E04AA1

Tints of Mulberry #E04AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.08%

R = 48.8%
G = 16.12%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E04AA1 (or 0xE04AA1) is known color: Mulberry. HEX triplet: E0, 4A and A1. RGB value is (224,74,161). Sum of RGB (Red+Green+Blue) = 224+74+161=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E04AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04AA1 is #1FB55E. Grayscale: #808080. Windows color (decimal): -2078047 or 10570464. OLE color: 10570464.

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

Color convert

RGB 224 74 161 -
CMYK 0 0.67 0.28 0.12
HSL 325.2º 0.71% 0.58% -
HSV(B) 325.2º 0.67% 0.88% -
XYZ 39.62 23.32 36.13 -
YUV 128.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 224 74 161 0 0.67 0.28 0.12 325.2 0.71 0.58
Hex E0 4A A1 0 43 1C C 145 47 3A
Octal 340 112 241 0 103 34 14 505 107 72
Binary 11100000 1001010 10100001 0 1000011 11100 1100 101000101 1000111 111010

Color Harmonies of #E04AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04AA1

Black with #E04AA1

Text Example


Text Example

White with #E04AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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