Html Css Color HEX #E1404E Amaranth

📋 copy color: '#E1404E'

red 225 ◦ green 64 ◦ blue 78

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

Shades of Amaranth #E1404E

Tints of Amaranth #E1404E

RGB

 RED value IS 225 (88.28% from 255) = 61.31%

 GREEN value IS 64 (25.39% from 255) = 17.44%

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

R = 61.31%
G = 17.44%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1404E (or 0xE1404E) is known color: Amaranth. HEX triplet: E1, 40 and 4E. RGB value is (225,64,78). Sum of RGB (Red+Green+Blue) = 225+64+78=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E1404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1404E is #1EBFB1. Grayscale: #717171. Windows color (decimal): -2015154 or 5128417. OLE color: 5128417.

HSL color Cylindrical-coordinate representation of color #E1404E: hue angle of 354.78º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1404E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 64 78 -
CMYK 0 0.72 0.65 0.12
HSL 354.78º 0.73% 0.57% -
HSV(B) 354.78º 0.72% 0.88% -
XYZ 34.26 20.22 9.31 -
YUV 113.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 225 64 78 0 0.72 0.65 0.12 354.78 0.73 0.57
Hex E1 40 4E 0 48 41 C 163 49 39
Octal 341 100 116 0 110 101 14 543 111 71
Binary 11100001 1000000 1001110 0 1001000 1000001 1100 101100011 1001001 111001

Color Harmonies of #E1404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1404E

Black with #E1404E

Text Example


Text Example

White with #E1404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1404E; }

 p { color: rgb(225,64,78); }

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

background-color css

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

 a { background-color: rgb(225,64,78); }

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

border-color css

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

 span { border-color: rgb(225,64,78); }

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