Html Css Color HEX #E03244 Amaranth

📋 copy color: '#E03244'

red 224 ◦ green 50 ◦ blue 68

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

Shades of Amaranth #E03244

Tints of Amaranth #E03244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.62%

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 65.5%
G = 14.62%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E03244 (or 0xE03244) is known color: Amaranth. HEX triplet: E0, 32 and 44. RGB value is (224,50,68). Sum of RGB (Red+Green+Blue) = 224+50+68=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E03244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03244 is #1FCDBB. Grayscale: #686868. Windows color (decimal): -2084284 or 4469472. OLE color: 4469472.

HSL color Cylindrical-coordinate representation of color #E03244: hue angle of 353.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03244 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 68 -
CMYK 0 0.78 0.70 0.12
HSL 353.79º 0.74% 0.54% -
HSV(B) 353.79º 0.78% 0.88% -
XYZ 32.92 18.55 7.31 -
YUV 104.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 224 50 68 0 0.78 0.70 0.12 353.79 0.74 0.54
Hex E0 32 44 0 4E 46 C 162 4A 36
Octal 340 62 104 0 116 106 14 542 112 66
Binary 11100000 110010 1000100 0 1001110 1000110 1100 101100010 1001010 110110

Color Harmonies of #E03244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03244

Black with #E03244

Text Example


Text Example

White with #E03244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03244; }

 p { color: rgb(224,50,68); }

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

background-color css

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

 a { background-color: rgb(224,50,68); }

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

border-color css

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

 span { border-color: rgb(224,50,68); }

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