Html Css Color HEX #E82D54 Amaranth

📋 copy color: '#E82D54'

red 232 ◦ green 45 ◦ blue 84

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

Shades of Amaranth #E82D54

Tints of Amaranth #E82D54

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.47%

 BLUE value IS 84 (33.2% from 255) = 23.27%

R = 64.27%
G = 12.47%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E82D54 (or 0xE82D54) is known color: Amaranth. HEX triplet: E8, 2D and 54. RGB value is (232,45,84). Sum of RGB (Red+Green+Blue) = 232+45+84=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82D54 is #17D2AB. Grayscale: #696969. Windows color (decimal): -1561260 or 5516776. OLE color: 5516776.

HSL color Cylindrical-coordinate representation of color #E82D54: hue angle of 347.49º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82D54 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 45 84 -
CMYK 0 0.81 0.64 0.09
HSL 347.49º 0.8% 0.54% -
HSV(B) 347.49º 0.81% 0.91% -
XYZ 35.82 19.67 10.3 -
YUV 105.36 115.95 218.33 -
System Red Green Blue C M Y K H S L
Decimal 232 45 84 0 0.81 0.64 0.09 347.49 0.8 0.54
Hex E8 2D 54 0 51 40 9 15B 50 36
Octal 350 55 124 0 121 100 11 533 120 66
Binary 11101000 101101 1010100 0 1010001 1000000 1001 101011011 1010000 110110

Color Harmonies of #E82D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D54

Black with #E82D54

Text Example


Text Example

White with #E82D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D54; }

 p { color: rgb(232,45,84); }

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

background-color css

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

 a { background-color: rgb(232,45,84); }

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

border-color css

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

 span { border-color: rgb(232,45,84); }

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