#E33A4E

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

Shades of Amaranth #E33A4E

Tints of Amaranth #E33A4E

Color information

#E33A4E (or 0xE33A4E) is unknown color: approx Amaranth. HEX triplet: E3, 3A and 4E. RGB value is (227,58,78). Sum of RGB (Red+Green+Blue) = 227+58+78=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E33A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33A4E is #1CC5B1. Grayscale: #6E6E6E. Windows color (decimal): -1885618 or 5126883. OLE color: 5126883.

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

Color convert

RGB2275878-
CMYK00.740.660.11
HSL352.9º75.11%55.88%-
HSV(B)352.9º74.45%89.02%-
XYZ34.5719.919.23-
YUV110.81109.49210.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 62.53%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=62.53%
G=15.98%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227587800.740.660.11352.975.1155.88
HexE33A4E04A42B1614b38
Octal3437211601121021354111370
Binary11100011111010100111001001010100001010111011000011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33A4E; }

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

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

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

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

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

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

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

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