Html Css Color HEX #E71C55 Amaranth

📋 copy color: '#E71C55'

red 231 ◦ green 28 ◦ blue 85

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

Shades of Amaranth #E71C55

Tints of Amaranth #E71C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.14%

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

R = 67.15%
G = 8.14%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E71C55 (or 0xE71C55) is known color: Amaranth. HEX triplet: E7, 1C and 55. RGB value is (231,28,85). Sum of RGB (Red+Green+Blue) = 231+28+85=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71C55 is #18E3AA. Grayscale: #5F5F5F. Windows color (decimal): -1631147 or 5577959. OLE color: 5577959.

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

Color convert

RGB 231 28 85 -
CMYK 0 0.88 0.63 0.09
HSL 343.15º 0.81% 0.51% -
HSV(B) 343.15º 0.88% 0.91% -
XYZ 35.01 18.48 10.32 -
YUV 95.2 122.25 224.87 -
System Red Green Blue C M Y K H S L
Decimal 231 28 85 0 0.88 0.63 0.09 343.15 0.81 0.51
Hex E7 1C 55 0 58 3F 9 157 51 33
Octal 347 34 125 0 130 77 11 527 121 63
Binary 11100111 11100 1010101 0 1011000 111111 1001 101010111 1010001 110011

Color Harmonies of #E71C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71C55

Black with #E71C55

Text Example


Text Example

White with #E71C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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