Html Css Color HEX #E02248 Amaranth

📋 copy color: '#E02248'

red 224 ◦ green 34 ◦ blue 72

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

Shades of Amaranth #E02248

Tints of Amaranth #E02248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 67.88%
G = 10.3%
B = 21.82%

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

#E02248 (or 0xE02248) is known color: Amaranth. HEX triplet: E0, 22 and 48. RGB value is (224,34,72). Sum of RGB (Red+Green+Blue) = 224+34+72=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E02248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02248 is #1FDDB7. Grayscale: #5F5F5F. Windows color (decimal): -2088376 or 4727520. OLE color: 4727520.

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

Color convert

RGB 224 34 72 -
CMYK 0 0.85 0.68 0.12
HSL 348º 0.75% 0.51% -
HSV(B) 348º 0.85% 0.88% -
XYZ 32.48 17.46 7.79 -
YUV 95.14 114.95 219.91 -
System Red Green Blue C M Y K H S L
Decimal 224 34 72 0 0.85 0.68 0.12 348 0.75 0.51
Hex E0 22 48 0 55 44 C 15C 4B 33
Octal 340 42 110 0 125 104 14 534 113 63
Binary 11100000 100010 1001000 0 1010101 1000100 1100 101011100 1001011 110011

Color Harmonies of #E02248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02248

Black with #E02248

Text Example


Text Example

White with #E02248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02248; }

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

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

background-color css

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

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

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

border-color css

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

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

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