#E94243

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

Shades of Amaranth #E94243

Tints of Amaranth #E94243

Color information

#E94243 (or 0xE94243) is unknown color: approx Amaranth. HEX triplet: E9, 42 and 43. RGB value is (233,66,67). Sum of RGB (Red+Green+Blue) = 233+66+67=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E94243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E94243 is #16BDBC. Grayscale: #747474. Windows color (decimal): -1490365 or 4408041. OLE color: 4408041.

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

Color convert

RGB2336667-
CMYK00.720.710.09
HSL359.64º79.15%58.63%-
HSV(B)359.64º71.67%91.37%-
XYZ36.5721.637.56-
YUV116.05100.33211.42-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.66%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=63.66%
G=18.03%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233666700.720.710.09359.6479.1558.63
HexE942430484791684f3b
Octal35110210301101071155011773
Binary111010011000010100001101001000100011110011011010001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94243; }

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

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

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

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

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

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

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

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