Html Css Color HEX #E0224E Amaranth

📋 copy color: '#E0224E'

red 224 ◦ green 34 ◦ blue 78

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

Shades of Amaranth #E0224E

Tints of Amaranth #E0224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.21%

R = 66.67%
G = 10.12%
B = 23.21%

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

#E0224E (or 0xE0224E) is known color: Amaranth. HEX triplet: E0, 22 and 4E. RGB value is (224,34,78). Sum of RGB (Red+Green+Blue) = 224+34+78=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0224E is #1FDDB1. Grayscale: #5F5F5F. Windows color (decimal): -2088370 or 5120736. OLE color: 5120736.

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

Color convert

RGB 224 34 78 -
CMYK 0 0.85 0.65 0.12
HSL 346.11º 0.75% 0.51% -
HSV(B) 346.11º 0.85% 0.88% -
XYZ 32.69 17.54 8.87 -
YUV 95.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 224 34 78 0 0.85 0.65 0.12 346.11 0.75 0.51
Hex E0 22 4E 0 55 41 C 15A 4B 33
Octal 340 42 116 0 125 101 14 532 113 63
Binary 11100000 100010 1001110 0 1010101 1000001 1100 101011010 1001011 110011

Color Harmonies of #E0224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0224E

Black with #E0224E

Text Example


Text Example

White with #E0224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0224E; }

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

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

background-color css

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

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

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

border-color css

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

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

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