Html Css Color HEX #E8244D Amaranth

📋 copy color: '#E8244D'

red 232 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #E8244D

Tints of Amaranth #E8244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

 BLUE value IS 77 (30.47% from 255) = 22.32%

R = 67.25%
G = 10.43%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8244D (or 0xE8244D) is known color: Amaranth. HEX triplet: E8, 24 and 4D. RGB value is (232,36,77). Sum of RGB (Red+Green+Blue) = 232+36+77=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E8244D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8244D is #17DBB2. Grayscale: #636363. Windows color (decimal): -1563571 or 5055720. OLE color: 5055720.

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

Color convert

RGB 232 36 77 -
CMYK 0 0.84 0.67 0.09
HSL 347.45º 0.81% 0.53% -
HSV(B) 347.45º 0.84% 0.91% -
XYZ 35.25 18.95 8.82 -
YUV 99.28 115.43 222.67 -
System Red Green Blue C M Y K H S L
Decimal 232 36 77 0 0.84 0.67 0.09 347.45 0.81 0.53
Hex E8 24 4D 0 54 43 9 15B 51 35
Octal 350 44 115 0 124 103 11 533 121 65
Binary 11101000 100100 1001101 0 1010100 1000011 1001 101011011 1010001 110101

Color Harmonies of #E8244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8244D

Black with #E8244D

Text Example


Text Example

White with #E8244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8244D; }

 p { color: rgb(232,36,77); }

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

background-color css

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

 a { background-color: rgb(232,36,77); }

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

border-color css

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

 span { border-color: rgb(232,36,77); }

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