Html Css Color HEX #E54256 Amaranth

📋 copy color: '#E54256'

red 229 ◦ green 66 ◦ blue 86

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

Shades of Amaranth #E54256

Tints of Amaranth #E54256

RGB

 RED value IS 229 (89.84% from 255) = 60.1%

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

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

R = 60.1%
G = 17.32%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E54256 (or 0xE54256) is known color: Amaranth. HEX triplet: E5, 42 and 56. RGB value is (229,66,86). Sum of RGB (Red+Green+Blue) = 229+66+86=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E54256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54256 is #1ABDA9. Grayscale: #757575. Windows color (decimal): -1752490 or 5653221. OLE color: 5653221.

HSL color Cylindrical-coordinate representation of color #E54256: hue angle of 352.64º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54256 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 86 -
CMYK 0 0.71 0.62 0.10
HSL 352.64º 0.76% 0.58% -
HSV(B) 352.64º 0.71% 0.9% -
XYZ 35.94 21.23 11.01 -
YUV 117.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 229 66 86 0 0.71 0.62 0.10 352.64 0.76 0.58
Hex E5 42 56 0 47 3E A 161 4C 3A
Octal 345 102 126 0 107 76 12 541 114 72
Binary 11100101 1000010 1010110 0 1000111 111110 1010 101100001 1001100 111010

Color Harmonies of #E54256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54256

Black with #E54256

Text Example


Text Example

White with #E54256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54256; }

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

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

background-color css

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

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

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

border-color css

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

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

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