Html Css Color HEX #E81C50 Amaranth

📋 copy color: '#E81C50'

red 232 ◦ green 28 ◦ blue 80

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

Shades of Amaranth #E81C50

Tints of Amaranth #E81C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 68.24%
G = 8.24%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E81C50 (or 0xE81C50) is known color: Amaranth. HEX triplet: E8, 1C and 50. RGB value is (232,28,80). Sum of RGB (Red+Green+Blue) = 232+28+80=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C50 is #17E3AF. Grayscale: #5E5E5E. Windows color (decimal): -1565616 or 5250280. OLE color: 5250280.

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

Color convert

RGB 232 28 80 -
CMYK 0 0.88 0.66 0.09
HSL 344.71º 0.82% 0.51% -
HSV(B) 344.71º 0.88% 0.91% -
XYZ 35.14 18.57 9.32 -
YUV 94.92 119.59 225.77 -
System Red Green Blue C M Y K H S L
Decimal 232 28 80 0 0.88 0.66 0.09 344.71 0.82 0.51
Hex E8 1C 50 0 58 42 9 159 52 33
Octal 350 34 120 0 130 102 11 531 122 63
Binary 11101000 11100 1010000 0 1011000 1000010 1001 101011001 1010010 110011

Color Harmonies of #E81C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81C50

Black with #E81C50

Text Example


Text Example

White with #E81C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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