Html Css Color HEX #E81C55 Amaranth

📋 copy color: '#E81C55'

red 232 ◦ green 28 ◦ blue 85

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

Shades of Amaranth #E81C55

Tints of Amaranth #E81C55

RGB

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

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

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

R = 67.25%
G = 8.12%
B = 24.64%

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

#E81C55 (or 0xE81C55) is known color: Amaranth. HEX triplet: E8, 1C and 55. RGB value is (232,28,85). Sum of RGB (Red+Green+Blue) = 232+28+85=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C55 is #17E3AA. Grayscale: #5F5F5F. Windows color (decimal): -1565611 or 5577960. OLE color: 5577960.

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

Color convert

RGB 232 28 85 -
CMYK 0 0.88 0.63 0.09
HSL 343.24º 0.82% 0.51% -
HSV(B) 343.24º 0.88% 0.91% -
XYZ 35.33 18.64 10.33 -
YUV 95.49 122.09 225.37 -
System Red Green Blue C M Y K H S L
Decimal 232 28 85 0 0.88 0.63 0.09 343.24 0.82 0.51
Hex E8 1C 55 0 58 3F 9 157 52 33
Octal 350 34 125 0 130 77 11 527 122 63
Binary 11101000 11100 1010101 0 1011000 111111 1001 101010111 1010010 110011

Color Harmonies of #E81C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C55

Black with #E81C55

Text Example


Text Example

White with #E81C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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