Html Css Color HEX #E9224A Amaranth

📋 copy color: '#E9224A'

red 233 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #E9224A

Tints of Amaranth #E9224A

RGB

 RED value IS 233 (91.41% from 255) = 68.33%

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

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 68.33%
G = 9.97%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9224A (or 0xE9224A) is known color: Amaranth. HEX triplet: E9, 22 and 4A. RGB value is (233,34,74). Sum of RGB (Red+Green+Blue) = 233+34+74=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E9224A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9224A is #16DDB5. Grayscale: #626262. Windows color (decimal): -1498550 or 4858601. OLE color: 4858601.

HSL color Cylindrical-coordinate representation of color #E9224A: hue angle of 347.94º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9224A is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 34 74 -
CMYK 0 0.85 0.68 0.09
HSL 347.94º 0.82% 0.52% -
HSV(B) 347.94º 0.85% 0.91% -
XYZ 35.41 18.96 8.27 -
YUV 98.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 233 34 74 0 0.85 0.68 0.09 347.94 0.82 0.52
Hex E9 22 4A 0 55 44 9 15C 52 34
Octal 351 42 112 0 125 104 11 534 122 64
Binary 11101001 100010 1001010 0 1010101 1000100 1001 101011100 1010010 110100

Color Harmonies of #E9224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9224A

Black with #E9224A

Text Example


Text Example

White with #E9224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9224A; }

 p { color: rgb(233,34,74); }

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

background-color css

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

 a { background-color: rgb(233,34,74); }

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

border-color css

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

 span { border-color: rgb(233,34,74); }

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