Html Css Color HEX #E9424C Amaranth

📋 copy color: '#E9424C'

red 233 ◦ green 66 ◦ blue 76

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

Shades of Amaranth #E9424C

Tints of Amaranth #E9424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 62.13%
G = 17.6%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9424C (or 0xE9424C) is known color: Amaranth. HEX triplet: E9, 42 and 4C. RGB value is (233,66,76). Sum of RGB (Red+Green+Blue) = 233+66+76=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9424C is #16BDB3. Grayscale: #757575. Windows color (decimal): -1490356 or 4997865. OLE color: 4997865.

HSL color Cylindrical-coordinate representation of color #E9424C: hue angle of 356.41º 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 #E9424C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 66 76 -
CMYK 0 0.72 0.67 0.09
HSL 356.41º 0.79% 0.59% -
HSV(B) 356.41º 0.72% 0.91% -
XYZ 36.86 21.74 9.09 -
YUV 117.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 233 66 76 0 0.72 0.67 0.09 356.41 0.79 0.59
Hex E9 42 4C 0 48 43 9 164 4F 3B
Octal 351 102 114 0 110 103 11 544 117 73
Binary 11101001 1000010 1001100 0 1001000 1000011 1001 101100100 1001111 111011

Color Harmonies of #E9424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9424C

Black with #E9424C

Text Example


Text Example

White with #E9424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9424C; }

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

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

background-color css

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

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

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

border-color css

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

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

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