Html Css Color HEX #E02448 Amaranth

📋 copy color: '#E02448'

red 224 ◦ green 36 ◦ blue 72

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

Shades of Amaranth #E02448

Tints of Amaranth #E02448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

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

R = 67.47%
G = 10.84%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E02448 (or 0xE02448) is known color: Amaranth. HEX triplet: E0, 24 and 48. RGB value is (224,36,72). Sum of RGB (Red+Green+Blue) = 224+36+72=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E02448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02448 is #1FDBB7. Grayscale: #606060. Windows color (decimal): -2087864 or 4728032. OLE color: 4728032.

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

Color convert

RGB 224 36 72 -
CMYK 0 0.84 0.68 0.12
HSL 348.51º 0.75% 0.51% -
HSV(B) 348.51º 0.84% 0.88% -
XYZ 32.54 17.58 7.81 -
YUV 96.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 224 36 72 0 0.84 0.68 0.12 348.51 0.75 0.51
Hex E0 24 48 0 54 44 C 15D 4B 33
Octal 340 44 110 0 124 104 14 535 113 63
Binary 11100000 100100 1001000 0 1010100 1000100 1100 101011101 1001011 110011

Color Harmonies of #E02448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02448

Black with #E02448

Text Example


Text Example

White with #E02448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02448; }

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

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

background-color css

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

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

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

border-color css

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

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

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