Html Css Color HEX #E8414C Amaranth

📋 copy color: '#E8414C'

red 232 ◦ green 65 ◦ blue 76

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

Shades of Amaranth #E8414C

Tints of Amaranth #E8414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 62.2%
G = 17.43%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8414C (or 0xE8414C) is known color: Amaranth. HEX triplet: E8, 41 and 4C. RGB value is (232,65,76). Sum of RGB (Red+Green+Blue) = 232+65+76=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E8414C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8414C is #17BEB3. Grayscale: #747474. Windows color (decimal): -1556148 or 4997608. OLE color: 4997608.

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

Color convert

RGB 232 65 76 -
CMYK 0 0.72 0.67 0.09
HSL 356.05º 0.78% 0.58% -
HSV(B) 356.05º 0.72% 0.91% -
XYZ 36.47 21.46 9.06 -
YUV 116.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 232 65 76 0 0.72 0.67 0.09 356.05 0.78 0.58
Hex E8 41 4C 0 48 43 9 164 4E 3A
Octal 350 101 114 0 110 103 11 544 116 72
Binary 11101000 1000001 1001100 0 1001000 1000011 1001 101100100 1001110 111010

Color Harmonies of #E8414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8414C

Black with #E8414C

Text Example


Text Example

White with #E8414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8414C; }

 p { color: rgb(232,65,76); }

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

background-color css

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

 a { background-color: rgb(232,65,76); }

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

border-color css

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

 span { border-color: rgb(232,65,76); }

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