Html Css Color HEX #E72756 Amaranth

📋 copy color: '#E72756'

red 231 ◦ green 39 ◦ blue 86

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

Shades of Amaranth #E72756

Tints of Amaranth #E72756

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.96%

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

R = 64.89%
G = 10.96%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E72756 (or 0xE72756) is known color: Amaranth. HEX triplet: E7, 27 and 56. RGB value is (231,39,86). Sum of RGB (Red+Green+Blue) = 231+39+86=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E72756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72756 is #18D8A9. Grayscale: #656565. Windows color (decimal): -1628330 or 5646311. OLE color: 5646311.

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

Color convert

RGB 231 39 86 -
CMYK 0 0.83 0.63 0.09
HSL 345.31º 0.8% 0.53% -
HSV(B) 345.31º 0.83% 0.91% -
XYZ 35.36 19.11 10.63 -
YUV 101.77 119.11 220.18 -
System Red Green Blue C M Y K H S L
Decimal 231 39 86 0 0.83 0.63 0.09 345.31 0.8 0.53
Hex E7 27 56 0 53 3F 9 159 50 35
Octal 347 47 126 0 123 77 11 531 120 65
Binary 11100111 100111 1010110 0 1010011 111111 1001 101011001 1010000 110101

Color Harmonies of #E72756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72756

Black with #E72756

Text Example


Text Example

White with #E72756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72756; }

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

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

background-color css

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

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

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

border-color css

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

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

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