Html Css Color HEX #E04256 Amaranth

📋 copy color: '#E04256'

red 224 ◦ green 66 ◦ blue 86

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

Shades of Amaranth #E04256

Tints of Amaranth #E04256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

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

R = 59.57%
G = 17.55%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E04256 (or 0xE04256) is known color: Amaranth. HEX triplet: E0, 42 and 56. RGB value is (224,66,86). Sum of RGB (Red+Green+Blue) = 224+66+86=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E04256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04256 is #1FBDA9. Grayscale: #737373. Windows color (decimal): -2080170 or 5653216. OLE color: 5653216.

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

Color convert

RGB 224 66 86 -
CMYK 0 0.71 0.62 0.12
HSL 352.41º 0.72% 0.57% -
HSV(B) 352.41º 0.71% 0.88% -
XYZ 34.37 20.42 10.93 -
YUV 115.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 224 66 86 0 0.71 0.62 0.12 352.41 0.72 0.57
Hex E0 42 56 0 47 3E C 160 48 39
Octal 340 102 126 0 107 76 14 540 110 71
Binary 11100000 1000010 1010110 0 1000111 111110 1100 101100000 1001000 111001

Color Harmonies of #E04256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04256

Black with #E04256

Text Example


Text Example

White with #E04256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04256; }

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

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

background-color css

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

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

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

border-color css

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

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

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