Html Css Color HEX #E81C54 Amaranth

📋 copy color: '#E81C54'

red 232 ◦ green 28 ◦ blue 84

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

Shades of Amaranth #E81C54

Tints of Amaranth #E81C54

RGB

 RED value IS 232 (91.02% from 255) = 67.44%

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

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 67.44%
G = 8.14%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E81C54 (or 0xE81C54) is known color: Amaranth. HEX triplet: E8, 1C and 54. RGB value is (232,28,84). Sum of RGB (Red+Green+Blue) = 232+28+84=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C54 is #17E3AB. Grayscale: #5F5F5F. Windows color (decimal): -1565612 or 5512424. OLE color: 5512424.

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

Color convert

RGB 232 28 84 -
CMYK 0 0.88 0.64 0.09
HSL 343.53º 0.82% 0.51% -
HSV(B) 343.53º 0.88% 0.91% -
XYZ 35.29 18.63 10.12 -
YUV 95.38 121.59 225.45 -
System Red Green Blue C M Y K H S L
Decimal 232 28 84 0 0.88 0.64 0.09 343.53 0.82 0.51
Hex E8 1C 54 0 58 40 9 158 52 33
Octal 350 34 124 0 130 100 11 530 122 63
Binary 11101000 11100 1010100 0 1011000 1000000 1001 101011000 1010010 110011

Color Harmonies of #E81C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C54

Black with #E81C54

Text Example


Text Example

White with #E81C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C54; }

 p { color: rgb(232,28,84); }

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

background-color css

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

 a { background-color: rgb(232,28,84); }

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

border-color css

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

 span { border-color: rgb(232,28,84); }

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