Html Css Color HEX #E03556 Amaranth

📋 copy color: '#E03556'

red 224 ◦ green 53 ◦ blue 86

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

Shades of Amaranth #E03556

Tints of Amaranth #E03556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.69%

R = 61.71%
G = 14.6%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E03556 (or 0xE03556) is known color: Amaranth. HEX triplet: E0, 35 and 56. RGB value is (224,53,86). Sum of RGB (Red+Green+Blue) = 224+53+86=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E03556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03556 is #1FCAA9. Grayscale: #6B6B6B. Windows color (decimal): -2083498 or 5649888. OLE color: 5649888.

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

Color convert

RGB 224 53 86 -
CMYK 0 0.76 0.62 0.12
HSL 348.42º 0.73% 0.54% -
HSV(B) 348.42º 0.76% 0.88% -
XYZ 33.69 19.07 10.71 -
YUV 107.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 224 53 86 0 0.76 0.62 0.12 348.42 0.73 0.54
Hex E0 35 56 0 4C 3E C 15C 49 36
Octal 340 65 126 0 114 76 14 534 111 66
Binary 11100000 110101 1010110 0 1001100 111110 1100 101011100 1001001 110110

Color Harmonies of #E03556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03556

Black with #E03556

Text Example


Text Example

White with #E03556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03556; }

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

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

background-color css

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

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

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

border-color css

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

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

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