#E33A44

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

Shades of Amaranth #E33A44

Tints of Amaranth #E33A44

Color information

#E33A44 (or 0xE33A44) is unknown color: approx Amaranth. HEX triplet: E3, 3A and 44. RGB value is (227,58,68). Sum of RGB (Red+Green+Blue) = 227+58+68=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33A44 is #1CC5BB. Grayscale: #6D6D6D. Windows color (decimal): -1885628 or 4471523. OLE color: 4471523.

HSL color Cylindrical-coordinate representation of color #E33A44: hue angle of 356.45º 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 #E33A44 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB2275868-
CMYK00.740.700.11
HSL356.45º75.11%55.88%-
HSV(B)356.45º74.45%89.02%-
XYZ34.2419.777.48-
YUV109.67104.49211.69-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 64.31%
GREEN value IS 58 (23.05% from 255) = 16.43%
BLUE value IS 68 (26.95% from 255) = 19.26%
R=64.31%
G=16.43%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227586800.740.700.11356.4575.1155.88
HexE33A4404A46B1644b38
Octal3437210401121061354411370
Binary11100011111010100010001001010100011010111011001001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33A44; }

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

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

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

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

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

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

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

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