Html Css Color HEX #E02149 Amaranth

📋 copy color: '#E02149'

red 224 ◦ green 33 ◦ blue 73

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

Shades of Amaranth #E02149

Tints of Amaranth #E02149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 67.88%
G = 10%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E02149 (or 0xE02149) is known color: Amaranth. HEX triplet: E0, 21 and 49. RGB value is (224,33,73). Sum of RGB (Red+Green+Blue) = 224+33+73=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E02149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02149 is #1FDEB6. Grayscale: #5E5E5E. Windows color (decimal): -2088631 or 4792800. OLE color: 4792800.

HSL color Cylindrical-coordinate representation of color #E02149: hue angle of 347.43º 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 #E02149 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 73 -
CMYK 0 0.85 0.67 0.12
HSL 347.43º 0.75% 0.5% -
HSV(B) 347.43º 0.85% 0.88% -
XYZ 32.49 17.42 7.95 -
YUV 94.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 224 33 73 0 0.85 0.67 0.12 347.43 0.75 0.5
Hex E0 21 49 0 55 43 C 15B 4B 32
Octal 340 41 111 0 125 103 14 533 113 62
Binary 11100000 100001 1001001 0 1010101 1000011 1100 101011011 1001011 110010

Color Harmonies of #E02149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02149

Black with #E02149

Text Example


Text Example

White with #E02149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02149; }

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

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

background-color css

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

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

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

border-color css

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

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

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