Html Css Color HEX #E82D4E Amaranth

📋 copy color: '#E82D4E'

red 232 ◦ green 45 ◦ blue 78

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

Shades of Amaranth #E82D4E

Tints of Amaranth #E82D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.97%

R = 65.35%
G = 12.68%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E82D4E (or 0xE82D4E) is known color: Amaranth. HEX triplet: E8, 2D and 4E. RGB value is (232,45,78). Sum of RGB (Red+Green+Blue) = 232+45+78=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E82D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82D4E is #17D2B1. Grayscale: #686868. Windows color (decimal): -1561266 or 5123560. OLE color: 5123560.

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

Color convert

RGB 232 45 78 -
CMYK 0 0.81 0.66 0.09
HSL 349.41º 0.8% 0.54% -
HSV(B) 349.41º 0.81% 0.91% -
XYZ 35.59 19.58 9.11 -
YUV 104.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 232 45 78 0 0.81 0.66 0.09 349.41 0.8 0.54
Hex E8 2D 4E 0 51 42 9 15D 50 36
Octal 350 55 116 0 121 102 11 535 120 66
Binary 11101000 101101 1001110 0 1010001 1000010 1001 101011101 1010000 110110

Color Harmonies of #E82D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82D4E

Black with #E82D4E

Text Example


Text Example

White with #E82D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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