Html Css Color HEX #E04052 Amaranth

📋 copy color: '#E04052'

red 224 ◦ green 64 ◦ blue 82

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

Shades of Amaranth #E04052

Tints of Amaranth #E04052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.3%

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 60.54%
G = 17.3%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E04052 (or 0xE04052) is known color: Amaranth. HEX triplet: E0, 40 and 52. RGB value is (224,64,82). Sum of RGB (Red+Green+Blue) = 224+64+82=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E04052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04052 is #1FBFAD. Grayscale: #717171. Windows color (decimal): -2080686 or 5390560. OLE color: 5390560.

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

Color convert

RGB 224 64 82 -
CMYK 0 0.71 0.63 0.12
HSL 353.25º 0.72% 0.56% -
HSV(B) 353.25º 0.71% 0.88% -
XYZ 34.1 20.12 10.07 -
YUV 113.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 224 64 82 0 0.71 0.63 0.12 353.25 0.72 0.56
Hex E0 40 52 0 47 3F C 161 48 38
Octal 340 100 122 0 107 77 14 541 110 70
Binary 11100000 1000000 1010010 0 1000111 111111 1100 101100001 1001000 111000

Color Harmonies of #E04052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04052

Black with #E04052

Text Example


Text Example

White with #E04052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04052; }

 p { color: rgb(224,64,82); }

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

background-color css

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

 a { background-color: rgb(224,64,82); }

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

border-color css

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

 span { border-color: rgb(224,64,82); }

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