Html Css Color HEX #E02147 Amaranth

📋 copy color: '#E02147'

red 224 ◦ green 33 ◦ blue 71

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

Shades of Amaranth #E02147

Tints of Amaranth #E02147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.06%

 BLUE value IS 71 (28.13% from 255) = 21.65%

R = 68.29%
G = 10.06%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E02147 (or 0xE02147) is known color: Amaranth. HEX triplet: E0, 21 and 47. RGB value is (224,33,71). Sum of RGB (Red+Green+Blue) = 224+33+71=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E02147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02147 is #1FDEB8. Grayscale: #5E5E5E. Windows color (decimal): -2088633 or 4661728. OLE color: 4661728.

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

Color convert

RGB 224 33 71 -
CMYK 0 0.85 0.68 0.12
HSL 348.06º 0.75% 0.5% -
HSV(B) 348.06º 0.85% 0.88% -
XYZ 32.42 17.39 7.61 -
YUV 94.44 114.78 220.41 -
System Red Green Blue C M Y K H S L
Decimal 224 33 71 0 0.85 0.68 0.12 348.06 0.75 0.5
Hex E0 21 47 0 55 44 C 15C 4B 32
Octal 340 41 107 0 125 104 14 534 113 62
Binary 11100000 100001 1000111 0 1010101 1000100 1100 101011100 1001011 110010

Color Harmonies of #E02147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02147

Black with #E02147

Text Example


Text Example

White with #E02147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02147; }

 p { color: rgb(224,33,71); }

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

background-color css

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

 a { background-color: rgb(224,33,71); }

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

border-color css

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

 span { border-color: rgb(224,33,71); }

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