#e33b49

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

Shades of Amaranth #E33B49

Tints of Amaranth #E33B49

Color information

#E33B49 (or 0xE33B49) is unknown color: approx Amaranth. HEX triplet: E3, 3B and 49. RGB value is (227,59,73). Sum of RGB (Red+Green+Blue) = 227+59+73=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E33B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33B49 is #1CC4B6. Grayscale: #6E6E6E. Windows color (decimal): -1885367 or 4799459. OLE color: 4799459.

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

Color convert

RGB2275973-
CMYK00.740.680.11
HSL355º75%56.08%-
HSV(B)355º74.01%89.02%-
XYZ34.4519.948.34-
YUV110.83106.66210.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 63.23%
GREEN value IS 59 (23.44% from 255) = 16.43%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=63.23%
G=16.43%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227597300.740.680.113557556.08
HexE33B4904A44B1634b38
Octal3437311101121041354311370
Binary11100011111011100100101001010100010010111011000111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e33b49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e33b49; }

 p { color: rgb(227,59,73); }

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

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

 a { background-color: rgb(227,59,73); }

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

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

 span { border-color: rgb(227,59,73); }

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