#E33F56

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

Shades of Amaranth #E33F56

Tints of Amaranth #E33F56

Color information

#E33F56 (or 0xE33F56) is unknown color: approx Amaranth. HEX triplet: E3, 3F and 56. RGB value is (227,63,86). Sum of RGB (Red+Green+Blue) = 227+63+86=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E33F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33F56 is #1CC0A9. Grayscale: #727272. Windows color (decimal): -1884330 or 5652451. OLE color: 5652451.

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

Color convert

RGB2276386-
CMYK00.720.620.11
HSL351.59º74.55%56.86%-
HSV(B)351.59º72.25%89.02%-
XYZ35.1420.5610.92-
YUV114.66111.83208.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 60.37%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=60.37%
G=16.76%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227638600.720.620.11351.5974.5556.86
HexE33F560483EB1604b39
Octal343771260110761354011371
Binary1110001111111110101100100100011111010111011000001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33F56; }

 p { color: rgb(227,63,86); }

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

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

 a { background-color: rgb(227,63,86); }

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

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

 span { border-color: rgb(227,63,86); }

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