Html Css Color HEX #E0204E Amaranth

📋 copy color: '#E0204E'

red 224 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #E0204E

Tints of Amaranth #E0204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

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

R = 67.07%
G = 9.58%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0204E (or 0xE0204E) is known color: Amaranth. HEX triplet: E0, 20 and 4E. RGB value is (224,32,78). Sum of RGB (Red+Green+Blue) = 224+32+78=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0204E is #1FDFB1. Grayscale: #5E5E5E. Windows color (decimal): -2088882 or 5120224. OLE color: 5120224.

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

Color convert

RGB 224 32 78 -
CMYK 0 0.86 0.65 0.12
HSL 345.63º 0.76% 0.5% -
HSV(B) 345.63º 0.86% 0.88% -
XYZ 32.63 17.43 8.85 -
YUV 94.65 118.61 220.26 -
System Red Green Blue C M Y K H S L
Decimal 224 32 78 0 0.86 0.65 0.12 345.63 0.76 0.5
Hex E0 20 4E 0 56 41 C 15A 4C 32
Octal 340 40 116 0 126 101 14 532 114 62
Binary 11100000 100000 1001110 0 1010110 1000001 1100 101011010 1001100 110010

Color Harmonies of #E0204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0204E

Black with #E0204E

Text Example


Text Example

White with #E0204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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