#E94248

Color #E94248 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #E94248

Tints of Amaranth #E94248

Color information

#E94248 (or 0xE94248) is unknown color: approx Amaranth. HEX triplet: E9, 42 and 48. RGB value is (233,66,72). Sum of RGB (Red+Green+Blue) = 233+66+72=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E94248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94248 is #16BDB7. Grayscale: #747474. Windows color (decimal): -1490360 or 4735721. OLE color: 4735721.

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

Color convert

RGB2336672-
CMYK00.720.690.09
HSL357.84º79.15%58.63%-
HSV(B)357.84º71.67%91.37%-
XYZ36.7221.698.38-
YUV116.62102.83211.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.80%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=62.80%
G=17.79%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233667200.720.690.09357.8479.1558.63
HexE942480484591664f3b
Octal35110211001101051154611773
Binary111010011000010100100001001000100010110011011001101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94248; }

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

 H1.HeaderClassName
 {
   color: #E94248;
 }
 .AnyTagClassName
 {
   color: #E94248;
 }
</style>
background-color css

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

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

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

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

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

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