Html Css Color HEX #E5304D Amaranth

📋 copy color: '#E5304D'

red 229 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #E5304D

Tints of Amaranth #E5304D

RGB

 RED value IS 229 (89.84% from 255) = 64.69%

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

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

R = 64.69%
G = 13.56%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E5304D (or 0xE5304D) is known color: Amaranth. HEX triplet: E5, 30 and 4D. RGB value is (229,48,77). Sum of RGB (Red+Green+Blue) = 229+48+77=354 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.69% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 229 - color contains mainly: red. Hex color #E5304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5304D is #1ACFB2. Grayscale: #696969. Windows color (decimal): -1757107 or 5058789. OLE color: 5058789.

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

Color convert

RGB 229 48 77 -
CMYK 0 0.79 0.66 0.10
HSL 350.39º 0.78% 0.54% -
HSV(B) 350.39º 0.79% 0.9% -
XYZ 34.71 19.31 8.92 -
YUV 105.43 111.97 216.14 -
System Red Green Blue C M Y K H S L
Decimal 229 48 77 0 0.79 0.66 0.10 350.39 0.78 0.54
Hex E5 30 4D 0 4F 42 A 15E 4E 36
Octal 345 60 115 0 117 102 12 536 116 66
Binary 11100101 110000 1001101 0 1001111 1000010 1010 101011110 1001110 110110

Color Harmonies of #E5304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5304D

Black with #E5304D

Text Example


Text Example

White with #E5304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5304D; }

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

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

background-color css

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

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

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

border-color css

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

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

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