Html Css Color HEX #E02548 Amaranth

📋 copy color: '#E02548'

red 224 ◦ green 37 ◦ blue 72

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

Shades of Amaranth #E02548

Tints of Amaranth #E02548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.11%

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

R = 67.27%
G = 11.11%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E02548 (or 0xE02548) is known color: Amaranth. HEX triplet: E0, 25 and 48. RGB value is (224,37,72). Sum of RGB (Red+Green+Blue) = 224+37+72=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E02548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02548 is #1FDAB7. Grayscale: #606060. Windows color (decimal): -2087608 or 4728288. OLE color: 4728288.

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

Color convert

RGB 224 37 72 -
CMYK 0 0.83 0.68 0.12
HSL 348.77º 0.75% 0.51% -
HSV(B) 348.77º 0.83% 0.88% -
XYZ 32.57 17.64 7.82 -
YUV 96.9 113.95 218.65 -
System Red Green Blue C M Y K H S L
Decimal 224 37 72 0 0.83 0.68 0.12 348.77 0.75 0.51
Hex E0 25 48 0 53 44 C 15D 4B 33
Octal 340 45 110 0 123 104 14 535 113 63
Binary 11100000 100101 1001000 0 1010011 1000100 1100 101011101 1001011 110011

Color Harmonies of #E02548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02548

Black with #E02548

Text Example


Text Example

White with #E02548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02548; }

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

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

background-color css

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

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

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

border-color css

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

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

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