Html Css Color HEX #E8284E Amaranth

📋 copy color: '#E8284E'

red 232 ◦ green 40 ◦ blue 78

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

Shades of Amaranth #E8284E

Tints of Amaranth #E8284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

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

R = 66.29%
G = 11.43%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8284E (or 0xE8284E) is known color: Amaranth. HEX triplet: E8, 28 and 4E. RGB value is (232,40,78). Sum of RGB (Red+Green+Blue) = 232+40+78=350 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.29% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 232 - color contains mainly: red. Hex color #E8284E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8284E is #17D7B1. Grayscale: #656565. Windows color (decimal): -1562546 or 5122280. OLE color: 5122280.

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

Color convert

RGB 232 40 78 -
CMYK 0 0.83 0.66 0.09
HSL 348.13º 0.81% 0.53% -
HSV(B) 348.13º 0.83% 0.91% -
XYZ 35.41 19.22 9.05 -
YUV 101.74 114.61 220.91 -
System Red Green Blue C M Y K H S L
Decimal 232 40 78 0 0.83 0.66 0.09 348.13 0.81 0.53
Hex E8 28 4E 0 53 42 9 15C 51 35
Octal 350 50 116 0 123 102 11 534 121 65
Binary 11101000 101000 1001110 0 1010011 1000010 1001 101011100 1010001 110101

Color Harmonies of #E8284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8284E

Black with #E8284E

Text Example


Text Example

White with #E8284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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