Html Css Color HEX #E81D52 Amaranth

📋 copy color: '#E81D52'

red 232 ◦ green 29 ◦ blue 82

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

Shades of Amaranth #E81D52

Tints of Amaranth #E81D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.91%

R = 67.64%
G = 8.45%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E81D52 (or 0xE81D52) is known color: Amaranth. HEX triplet: E8, 1D and 52. RGB value is (232,29,82). Sum of RGB (Red+Green+Blue) = 232+29+82=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D52 is #17E2AD. Grayscale: #5F5F5F. Windows color (decimal): -1565358 or 5381608. OLE color: 5381608.

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

Color convert

RGB 232 29 82 -
CMYK 0 0.88 0.65 0.09
HSL 344.34º 0.82% 0.51% -
HSV(B) 344.34º 0.88% 0.91% -
XYZ 35.24 18.64 9.72 -
YUV 95.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 232 29 82 0 0.88 0.65 0.09 344.34 0.82 0.51
Hex E8 1D 52 0 58 41 9 158 52 33
Octal 350 35 122 0 130 101 11 530 122 63
Binary 11101000 11101 1010010 0 1011000 1000001 1001 101011000 1010010 110011

Color Harmonies of #E81D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D52

Black with #E81D52

Text Example


Text Example

White with #E81D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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