Html Css Color HEX #E81D50 Amaranth

📋 copy color: '#E81D50'

red 232 ◦ green 29 ◦ blue 80

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

Shades of Amaranth #E81D50

Tints of Amaranth #E81D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.5%

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

R = 68.04%
G = 8.5%
B = 23.46%

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

#E81D50 (or 0xE81D50) is known color: Amaranth. HEX triplet: E8, 1D and 50. RGB value is (232,29,80). Sum of RGB (Red+Green+Blue) = 232+29+80=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D50 is #17E2AF. Grayscale: #5F5F5F. Windows color (decimal): -1565360 or 5250536. OLE color: 5250536.

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

Color convert

RGB 232 29 80 -
CMYK 0 0.88 0.66 0.09
HSL 344.93º 0.82% 0.51% -
HSV(B) 344.93º 0.88% 0.91% -
XYZ 35.17 18.61 9.33 -
YUV 95.51 119.25 225.35 -
System Red Green Blue C M Y K H S L
Decimal 232 29 80 0 0.88 0.66 0.09 344.93 0.82 0.51
Hex E8 1D 50 0 58 42 9 159 52 33
Octal 350 35 120 0 130 102 11 531 122 63
Binary 11101000 11101 1010000 0 1011000 1000010 1001 101011001 1010010 110011

Color Harmonies of #E81D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D50

Black with #E81D50

Text Example


Text Example

White with #E81D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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