#E94352

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

Shades of Amaranth #E94352

Tints of Amaranth #E94352

Color information

#E94352 (or 0xE94352) is unknown color: approx Amaranth. HEX triplet: E9, 43 and 52. RGB value is (233,67,82). Sum of RGB (Red+Green+Blue) = 233+67+82=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E94352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94352 is #16BCAD. Grayscale: #767676. Windows color (decimal): -1490094 or 5391337. OLE color: 5391337.

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

Color convert

RGB2336782-
CMYK00.710.650.09
HSL354.58º79.05%58.82%-
HSV(B)354.58º71.24%91.37%-
XYZ37.1321.9510.26-
YUV118.34107.5209.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 60.99%
GREEN value IS 67 (26.56% from 255) = 17.54%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=60.99%
G=17.54%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233678200.710.650.09354.5879.0558.82
HexE943520474191634f3b
Octal35110312201071011154311773
Binary111010011000011101001001000111100000110011011000111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94352; }

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

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

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

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

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

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

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

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