Html Css Color HEX #E72855 Amaranth

📋 copy color: '#E72855'

red 231 ◦ green 40 ◦ blue 85

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

Shades of Amaranth #E72855

Tints of Amaranth #E72855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.24%

 BLUE value IS 85 (33.59% from 255) = 23.88%

R = 64.89%
G = 11.24%
B = 23.88%

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

#E72855 (or 0xE72855) is known color: Amaranth. HEX triplet: E7, 28 and 55. RGB value is (231,40,85). Sum of RGB (Red+Green+Blue) = 231+40+85=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E72855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72855 is #18D7AA. Grayscale: #666666. Windows color (decimal): -1628075 or 5581031. OLE color: 5581031.

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

Color convert

RGB 231 40 85 -
CMYK 0 0.83 0.63 0.09
HSL 345.86º 0.8% 0.53% -
HSV(B) 345.86º 0.83% 0.91% -
XYZ 35.35 19.16 10.43 -
YUV 102.24 118.28 219.84 -
System Red Green Blue C M Y K H S L
Decimal 231 40 85 0 0.83 0.63 0.09 345.86 0.8 0.53
Hex E7 28 55 0 53 3F 9 15A 50 35
Octal 347 50 125 0 123 77 11 532 120 65
Binary 11100111 101000 1010101 0 1010011 111111 1001 101011010 1010000 110101

Color Harmonies of #E72855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72855

Black with #E72855

Text Example


Text Example

White with #E72855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72855; }

 p { color: rgb(231,40,85); }

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

background-color css

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

 a { background-color: rgb(231,40,85); }

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

border-color css

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

 span { border-color: rgb(231,40,85); }

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