Html Css Color HEX #E03552 Amaranth

📋 copy color: '#E03552'

red 224 ◦ green 53 ◦ blue 82

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

Shades of Amaranth #E03552

Tints of Amaranth #E03552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.76%

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

R = 62.4%
G = 14.76%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E03552 (or 0xE03552) is known color: Amaranth. HEX triplet: E0, 35 and 52. RGB value is (224,53,82). Sum of RGB (Red+Green+Blue) = 224+53+82=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E03552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03552 is #1FCAAD. Grayscale: #6B6B6B. Windows color (decimal): -2083502 or 5387744. OLE color: 5387744.

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

Color convert

RGB 224 53 82 -
CMYK 0 0.76 0.63 0.12
HSL 349.82º 0.73% 0.54% -
HSV(B) 349.82º 0.76% 0.88% -
XYZ 33.54 19 9.88 -
YUV 107.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 224 53 82 0 0.76 0.63 0.12 349.82 0.73 0.54
Hex E0 35 52 0 4C 3F C 15E 49 36
Octal 340 65 122 0 114 77 14 536 111 66
Binary 11100000 110101 1010010 0 1001100 111111 1100 101011110 1001001 110110

Color Harmonies of #E03552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03552

Black with #E03552

Text Example


Text Example

White with #E03552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03552; }

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

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

background-color css

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

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

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

border-color css

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

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

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