Html Css Color HEX #E5304F Amaranth

📋 copy color: '#E5304F'

red 229 ◦ green 48 ◦ blue 79

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

Shades of Amaranth #E5304F

Tints of Amaranth #E5304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.19%

R = 64.33%
G = 13.48%
B = 22.19%

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

#E5304F (or 0xE5304F) is known color: Amaranth. HEX triplet: E5, 30 and 4F. RGB value is (229,48,79). Sum of RGB (Red+Green+Blue) = 229+48+79=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5304F is #1ACFB0. Grayscale: #696969. Windows color (decimal): -1757105 or 5189861. OLE color: 5189861.

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

Color convert

RGB 229 48 79 -
CMYK 0 0.79 0.66 0.10
HSL 349.72º 0.78% 0.54% -
HSV(B) 349.72º 0.79% 0.9% -
XYZ 34.78 19.34 9.3 -
YUV 105.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 229 48 79 0 0.79 0.66 0.10 349.72 0.78 0.54
Hex E5 30 4F 0 4F 42 A 15E 4E 36
Octal 345 60 117 0 117 102 12 536 116 66
Binary 11100101 110000 1001111 0 1001111 1000010 1010 101011110 1001110 110110

Color Harmonies of #E5304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5304F

Black with #E5304F

Text Example


Text Example

White with #E5304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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