Html Css Color HEX #E8424F Amaranth

📋 copy color: '#E8424F'

red 232 ◦ green 66 ◦ blue 79

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

Shades of Amaranth #E8424F

Tints of Amaranth #E8424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 61.54%
G = 17.51%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8424F (or 0xE8424F) is known color: Amaranth. HEX triplet: E8, 42 and 4F. RGB value is (232,66,79). Sum of RGB (Red+Green+Blue) = 232+66+79=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E8424F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8424F is #17BDB0. Grayscale: #757575. Windows color (decimal): -1555889 or 5194472. OLE color: 5194472.

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

Color convert

RGB 232 66 79 -
CMYK 0 0.72 0.66 0.09
HSL 355.3º 0.78% 0.58% -
HSV(B) 355.3º 0.72% 0.91% -
XYZ 36.64 21.62 9.64 -
YUV 117.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 232 66 79 0 0.72 0.66 0.09 355.3 0.78 0.58
Hex E8 42 4F 0 48 42 9 163 4E 3A
Octal 350 102 117 0 110 102 11 543 116 72
Binary 11101000 1000010 1001111 0 1001000 1000010 1001 101100011 1001110 111010

Color Harmonies of #E8424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8424F

Black with #E8424F

Text Example


Text Example

White with #E8424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8424F; }

 p { color: rgb(232,66,79); }

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

background-color css

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

 a { background-color: rgb(232,66,79); }

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

border-color css

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

 span { border-color: rgb(232,66,79); }

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