Html Css Color HEX #E02249 Amaranth

📋 copy color: '#E02249'

red 224 ◦ green 34 ◦ blue 73

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

Shades of Amaranth #E02249

Tints of Amaranth #E02249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

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

R = 67.67%
G = 10.27%
B = 22.05%

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

#E02249 (or 0xE02249) is known color: Amaranth. HEX triplet: E0, 22 and 49. RGB value is (224,34,73). Sum of RGB (Red+Green+Blue) = 224+34+73=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E02249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02249 is #1FDDB6. Grayscale: #5F5F5F. Windows color (decimal): -2088375 or 4793056. OLE color: 4793056.

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

Color convert

RGB 224 34 73 -
CMYK 0 0.85 0.67 0.12
HSL 347.68º 0.75% 0.51% -
HSV(B) 347.68º 0.85% 0.88% -
XYZ 32.52 17.47 7.96 -
YUV 95.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 224 34 73 0 0.85 0.67 0.12 347.68 0.75 0.51
Hex E0 22 49 0 55 43 C 15C 4B 33
Octal 340 42 111 0 125 103 14 534 113 63
Binary 11100000 100010 1001001 0 1010101 1000011 1100 101011100 1001011 110011

Color Harmonies of #E02249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02249

Black with #E02249

Text Example


Text Example

White with #E02249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02249; }

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

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

background-color css

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

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

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

border-color css

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

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

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