Html Css Color HEX #E72056 Amaranth

📋 copy color: '#E72056'

red 231 ◦ green 32 ◦ blue 86

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

Shades of Amaranth #E72056

Tints of Amaranth #E72056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.17%

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

R = 66.19%
G = 9.17%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E72056 (or 0xE72056) is known color: Amaranth. HEX triplet: E7, 20 and 56. RGB value is (231,32,86). Sum of RGB (Red+Green+Blue) = 231+32+86=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E72056 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72056 is #18DFA9. Grayscale: #616161. Windows color (decimal): -1630122 or 5644519. OLE color: 5644519.

HSL color Cylindrical-coordinate representation of color #E72056: hue angle of 343.72º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72056 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 86 -
CMYK 0 0.86 0.63 0.09
HSL 343.72º 0.81% 0.52% -
HSV(B) 343.72º 0.86% 0.91% -
XYZ 35.15 18.69 10.56 -
YUV 97.66 121.43 223.11 -
System Red Green Blue C M Y K H S L
Decimal 231 32 86 0 0.86 0.63 0.09 343.72 0.81 0.52
Hex E7 20 56 0 56 3F 9 158 51 34
Octal 347 40 126 0 126 77 11 530 121 64
Binary 11100111 100000 1010110 0 1010110 111111 1001 101011000 1010001 110100

Color Harmonies of #E72056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72056

Black with #E72056

Text Example


Text Example

White with #E72056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72056; }

 p { color: rgb(231,32,86); }

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

background-color css

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

 a { background-color: rgb(231,32,86); }

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

border-color css

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

 span { border-color: rgb(231,32,86); }

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