Html Css Color HEX #E8414E Amaranth

📋 copy color: '#E8414E'

red 232 ◦ green 65 ◦ blue 78

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

Shades of Amaranth #E8414E

Tints of Amaranth #E8414E

RGB

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

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

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

R = 61.87%
G = 17.33%
B = 20.8%

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

#E8414E (or 0xE8414E) is known color: Amaranth. HEX triplet: E8, 41 and 4E. RGB value is (232,65,78). Sum of RGB (Red+Green+Blue) = 232+65+78=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8414E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8414E is #17BEB1. Grayscale: #747474. Windows color (decimal): -1556146 or 5128680. OLE color: 5128680.

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

Color convert

RGB 232 65 78 -
CMYK 0 0.72 0.66 0.09
HSL 355.33º 0.78% 0.58% -
HSV(B) 355.33º 0.72% 0.91% -
XYZ 36.54 21.49 9.43 -
YUV 116.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 232 65 78 0 0.72 0.66 0.09 355.33 0.78 0.58
Hex E8 41 4E 0 48 42 9 163 4E 3A
Octal 350 101 116 0 110 102 11 543 116 72
Binary 11101000 1000001 1001110 0 1001000 1000010 1001 101100011 1001110 111010

Color Harmonies of #E8414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8414E

Black with #E8414E

Text Example


Text Example

White with #E8414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8414E; }

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

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

background-color css

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

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

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

border-color css

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

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

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