Html Css Color HEX #E0304E Amaranth

📋 copy color: '#E0304E'

red 224 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #E0304E

Tints of Amaranth #E0304E

RGB

 RED value IS 224 (87.89% from 255) = 64%

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

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

R = 64%
G = 13.71%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0304E (or 0xE0304E) is known color: Amaranth. HEX triplet: E0, 30 and 4E. RGB value is (224,48,78). Sum of RGB (Red+Green+Blue) = 224+48+78=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0304E is #1FCFB1. Grayscale: #686868. Windows color (decimal): -2084786 or 5124320. OLE color: 5124320.

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

Color convert

RGB 224 48 78 -
CMYK 0 0.79 0.65 0.12
HSL 349.77º 0.74% 0.53% -
HSV(B) 349.77º 0.79% 0.88% -
XYZ 33.17 18.51 9.03 -
YUV 104.04 113.31 213.56 -
System Red Green Blue C M Y K H S L
Decimal 224 48 78 0 0.79 0.65 0.12 349.77 0.74 0.53
Hex E0 30 4E 0 4F 41 C 15E 4A 35
Octal 340 60 116 0 117 101 14 536 112 65
Binary 11100000 110000 1001110 0 1001111 1000001 1100 101011110 1001010 110101

Color Harmonies of #E0304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0304E

Black with #E0304E

Text Example


Text Example

White with #E0304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0304E; }

 p { color: rgb(224,48,78); }

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

background-color css

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

 a { background-color: rgb(224,48,78); }

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

border-color css

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

 span { border-color: rgb(224,48,78); }

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