Html Css Color HEX #E9204A Amaranth

📋 copy color: '#E9204A'

red 233 ◦ green 32 ◦ blue 74

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

Shades of Amaranth #E9204A

Tints of Amaranth #E9204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.44%

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

R = 68.73%
G = 9.44%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9204A (or 0xE9204A) is known color: Amaranth. HEX triplet: E9, 20 and 4A. RGB value is (233,32,74). Sum of RGB (Red+Green+Blue) = 233+32+74=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E9204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9204A is #16DFB5. Grayscale: #606060. Windows color (decimal): -1499062 or 4858089. OLE color: 4858089.

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

Color convert

RGB 233 32 74 -
CMYK 0 0.86 0.68 0.09
HSL 347.46º 0.82% 0.52% -
HSV(B) 347.46º 0.86% 0.91% -
XYZ 35.36 18.85 8.25 -
YUV 96.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 233 32 74 0 0.86 0.68 0.09 347.46 0.82 0.52
Hex E9 20 4A 0 56 44 9 15B 52 34
Octal 351 40 112 0 126 104 11 533 122 64
Binary 11101001 100000 1001010 0 1010110 1000100 1001 101011011 1010010 110100

Color Harmonies of #E9204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9204A

Black with #E9204A

Text Example


Text Example

White with #E9204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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