Html Css Color HEX #E81C56 Amaranth

📋 copy color: '#E81C56'

red 232 ◦ green 28 ◦ blue 86

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

Shades of Amaranth #E81C56

Tints of Amaranth #E81C56

RGB

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

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

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

R = 67.05%
G = 8.09%
B = 24.86%

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

#E81C56 (or 0xE81C56) is known color: Amaranth. HEX triplet: E8, 1C and 56. RGB value is (232,28,86). Sum of RGB (Red+Green+Blue) = 232+28+86=346 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.05% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C56 is #17E3A9. Grayscale: #5F5F5F. Windows color (decimal): -1565610 or 5643496. OLE color: 5643496.

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

Color convert

RGB 232 28 86 -
CMYK 0 0.88 0.63 0.09
HSL 342.94º 0.82% 0.51% -
HSV(B) 342.94º 0.88% 0.91% -
XYZ 35.37 18.66 10.54 -
YUV 95.61 122.59 225.28 -
System Red Green Blue C M Y K H S L
Decimal 232 28 86 0 0.88 0.63 0.09 342.94 0.82 0.51
Hex E8 1C 56 0 58 3F 9 157 52 33
Octal 350 34 126 0 130 77 11 527 122 63
Binary 11101000 11100 1010110 0 1011000 111111 1001 101010111 1010010 110011

Color Harmonies of #E81C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C56

Black with #E81C56

Text Example


Text Example

White with #E81C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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