#E33A54

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

Shades of Amaranth #E33A54

Tints of Amaranth #E33A54

Color information

#E33A54 (or 0xE33A54) is unknown color: approx Amaranth. HEX triplet: E3, 3A and 54. RGB value is (227,58,84). Sum of RGB (Red+Green+Blue) = 227+58+84=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33A54 is #1CC5AB. Grayscale: #6F6F6F. Windows color (decimal): -1885612 or 5520099. OLE color: 5520099.

HSL color Cylindrical-coordinate representation of color #E33A54: hue angle of 350.77º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33A54 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB2275884-
CMYK00.740.630.11
HSL350.77º75.11%55.88%-
HSV(B)350.77º74.45%89.02%-
XYZ34.792010.41-
YUV111.49112.49210.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 61.52%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=61.52%
G=15.72%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227588400.740.630.11350.7775.1155.88
HexE33A5404A3FB15f4b38
Octal343721240112771353711370
Binary1110001111101010101000100101011111110111010111111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33A54; }

 p { color: rgb(227,58,84); }

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

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

 a { background-color: rgb(227,58,84); }

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

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

 span { border-color: rgb(227,58,84); }

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