Html Css Color HEX #E72E54 Amaranth

📋 copy color: '#E72E54'

red 231 ◦ green 46 ◦ blue 84

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

Shades of Amaranth #E72E54

Tints of Amaranth #E72E54

RGB

 RED value IS 231 (90.63% from 255) = 63.99%

 GREEN value IS 46 (18.36% from 255) = 12.74%

 BLUE value IS 84 (33.2% from 255) = 23.27%

R = 63.99%
G = 12.74%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E72E54 (or 0xE72E54) is known color: Amaranth. HEX triplet: E7, 2E and 54. RGB value is (231,46,84). Sum of RGB (Red+Green+Blue) = 231+46+84=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E72E54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72E54 is #18D1AB. Grayscale: #696969. Windows color (decimal): -1626540 or 5517031. OLE color: 5517031.

HSL color Cylindrical-coordinate representation of color #E72E54: hue angle of 347.68º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E72E54 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 46 84 -
CMYK 0 0.80 0.64 0.09
HSL 347.68º 0.79% 0.54% -
HSV(B) 347.68º 0.8% 0.91% -
XYZ 35.53 19.58 10.29 -
YUV 105.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 231 46 84 0 0.80 0.64 0.09 347.68 0.79 0.54
Hex E7 2E 54 0 50 40 9 15C 4F 36
Octal 347 56 124 0 120 100 11 534 117 66
Binary 11100111 101110 1010100 0 1010000 1000000 1001 101011100 1001111 110110

Color Harmonies of #E72E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72E54

Black with #E72E54

Text Example


Text Example

White with #E72E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72E54; }

 p { color: rgb(231,46,84); }

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

background-color css

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

 a { background-color: rgb(231,46,84); }

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

border-color css

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

 span { border-color: rgb(231,46,84); }

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