Html Css Color HEX #E9424A Amaranth

📋 copy color: '#E9424A'

red 233 ◦ green 66 ◦ blue 74

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

Shades of Amaranth #E9424A

Tints of Amaranth #E9424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.69%

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

R = 62.47%
G = 17.69%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9424A (or 0xE9424A) is known color: Amaranth. HEX triplet: E9, 42 and 4A. RGB value is (233,66,74). Sum of RGB (Red+Green+Blue) = 233+66+74=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E9424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9424A is #16BDB5. Grayscale: #747474. Windows color (decimal): -1490358 or 4866793. OLE color: 4866793.

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

Color convert

RGB 233 66 74 -
CMYK 0 0.72 0.68 0.09
HSL 357.13º 0.79% 0.59% -
HSV(B) 357.13º 0.72% 0.91% -
XYZ 36.79 21.71 8.73 -
YUV 116.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 233 66 74 0 0.72 0.68 0.09 357.13 0.79 0.59
Hex E9 42 4A 0 48 44 9 165 4F 3B
Octal 351 102 112 0 110 104 11 545 117 73
Binary 11101001 1000010 1001010 0 1001000 1000100 1001 101100101 1001111 111011

Color Harmonies of #E9424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9424A

Black with #E9424A

Text Example


Text Example

White with #E9424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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