Html Css Color HEX #E0224F Amaranth

📋 copy color: '#E0224F'

red 224 ◦ green 34 ◦ blue 79

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

Shades of Amaranth #E0224F

Tints of Amaranth #E0224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 66.47%
G = 10.09%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0224F (or 0xE0224F) is known color: Amaranth. HEX triplet: E0, 22 and 4F. RGB value is (224,34,79). Sum of RGB (Red+Green+Blue) = 224+34+79=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E0224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0224F is #1FDDB0. Grayscale: #5F5F5F. Windows color (decimal): -2088369 or 5186272. OLE color: 5186272.

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

Color convert

RGB 224 34 79 -
CMYK 0 0.85 0.65 0.12
HSL 345.79º 0.75% 0.51% -
HSV(B) 345.79º 0.85% 0.88% -
XYZ 32.72 17.56 9.06 -
YUV 95.94 118.45 219.34 -
System Red Green Blue C M Y K H S L
Decimal 224 34 79 0 0.85 0.65 0.12 345.79 0.75 0.51
Hex E0 22 4F 0 55 41 C 15A 4B 33
Octal 340 42 117 0 125 101 14 532 113 63
Binary 11100000 100010 1001111 0 1010101 1000001 1100 101011010 1001011 110011

Color Harmonies of #E0224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0224F

Black with #E0224F

Text Example


Text Example

White with #E0224F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0224F; }

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

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

background-color css

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

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

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

border-color css

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

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

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