Html Css Color HEX #E82C4E Amaranth

📋 copy color: '#E82C4E'

red 232 ◦ green 44 ◦ blue 78

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

Shades of Amaranth #E82C4E

Tints of Amaranth #E82C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.43%

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

R = 65.54%
G = 12.43%
B = 22.03%

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

#E82C4E (or 0xE82C4E) is known color: Amaranth. HEX triplet: E8, 2C and 4E. RGB value is (232,44,78). Sum of RGB (Red+Green+Blue) = 232+44+78=354 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.54% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 232 - color contains mainly: red. Hex color #E82C4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82C4E is #17D3B1. Grayscale: #686868. Windows color (decimal): -1561522 or 5123304. OLE color: 5123304.

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

Color convert

RGB 232 44 78 -
CMYK 0 0.81 0.66 0.09
HSL 349.15º 0.8% 0.54% -
HSV(B) 349.15º 0.81% 0.91% -
XYZ 35.55 19.51 9.1 -
YUV 104.09 113.28 219.24 -
System Red Green Blue C M Y K H S L
Decimal 232 44 78 0 0.81 0.66 0.09 349.15 0.8 0.54
Hex E8 2C 4E 0 51 42 9 15D 50 36
Octal 350 54 116 0 121 102 11 535 120 66
Binary 11101000 101100 1001110 0 1010001 1000010 1001 101011101 1010000 110110

Color Harmonies of #E82C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82C4E

Black with #E82C4E

Text Example


Text Example

White with #E82C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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