Html Css Color HEX #E1304D Amaranth

📋 copy color: '#E1304D'

red 225 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #E1304D

Tints of Amaranth #E1304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

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

R = 64.29%
G = 13.71%
B = 22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1304D (or 0xE1304D) is known color: Amaranth. HEX triplet: E1, 30 and 4D. RGB value is (225,48,77). Sum of RGB (Red+Green+Blue) = 225+48+77=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E1304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1304D is #1ECFB2. Grayscale: #686868. Windows color (decimal): -2019251 or 5058785. OLE color: 5058785.

HSL color Cylindrical-coordinate representation of color #E1304D: hue angle of 350.17º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1304D is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 77 -
CMYK 0 0.79 0.66 0.12
HSL 350.17º 0.75% 0.54% -
HSV(B) 350.17º 0.79% 0.88% -
XYZ 33.45 18.66 8.86 -
YUV 104.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 225 48 77 0 0.79 0.66 0.12 350.17 0.75 0.54
Hex E1 30 4D 0 4F 42 C 15E 4B 36
Octal 341 60 115 0 117 102 14 536 113 66
Binary 11100001 110000 1001101 0 1001111 1000010 1100 101011110 1001011 110110

Color Harmonies of #E1304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1304D

Black with #E1304D

Text Example


Text Example

White with #E1304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1304D; }

 p { color: rgb(225,48,77); }

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

background-color css

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

 a { background-color: rgb(225,48,77); }

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

border-color css

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

 span { border-color: rgb(225,48,77); }

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