#E94652

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

Shades of Amaranth #E94652

Tints of Amaranth #E94652

Color information

#E94652 (or 0xE94652) is unknown color: approx Amaranth. HEX triplet: E9, 46 and 52. RGB value is (233,70,82). Sum of RGB (Red+Green+Blue) = 233+70+82=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E94652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94652 is #16B9AD. Grayscale: #787878. Windows color (decimal): -1489326 or 5392105. OLE color: 5392105.

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

Color convert

RGB2337082-
CMYK00.700.650.09
HSL355.58º78.74%59.41%-
HSV(B)355.58º69.96%91.37%-
XYZ37.3222.3110.32-
YUV120.1106.5208.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 60.52%
GREEN value IS 70 (27.73% from 255) = 18.18%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=60.52%
G=18.18%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233708200.700.650.09355.5878.7459.41
HexE946520464191644f3b
Octal35110612201061011154411773
Binary111010011000110101001001000110100000110011011001001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94652; }

 p { color: rgb(233,70,82); }

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

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

 a { background-color: rgb(233,70,82); }

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

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

 span { border-color: rgb(233,70,82); }

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