Html Css Color HEX #E72053 Amaranth

📋 copy color: '#E72053'

red 231 ◦ green 32 ◦ blue 83

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

Shades of Amaranth #E72053

Tints of Amaranth #E72053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 66.76%
G = 9.25%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E72053 (or 0xE72053) is known color: Amaranth. HEX triplet: E7, 20 and 53. RGB value is (231,32,83). Sum of RGB (Red+Green+Blue) = 231+32+83=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E72053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72053 is #18DFAC. Grayscale: #616161. Windows color (decimal): -1630125 or 5447911. OLE color: 5447911.

HSL color Cylindrical-coordinate representation of color #E72053: hue angle of 344.62º 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 #E72053 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 83 -
CMYK 0 0.86 0.64 0.09
HSL 344.62º 0.81% 0.52% -
HSV(B) 344.62º 0.86% 0.91% -
XYZ 35.03 18.65 9.94 -
YUV 97.32 119.93 223.35 -
System Red Green Blue C M Y K H S L
Decimal 231 32 83 0 0.86 0.64 0.09 344.62 0.81 0.52
Hex E7 20 53 0 56 40 9 159 51 34
Octal 347 40 123 0 126 100 11 531 121 64
Binary 11100111 100000 1010011 0 1010110 1000000 1001 101011001 1010001 110100

Color Harmonies of #E72053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72053

Black with #E72053

Text Example


Text Example

White with #E72053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72053; }

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

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

background-color css

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

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

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

border-color css

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

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

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