#e34548

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

Shades of Amaranth #E34548

Tints of Amaranth #E34548

Color information

#E34548 (or 0xE34548) is unknown color: approx Amaranth. HEX triplet: E3, 45 and 48. RGB value is (227,69,72). Sum of RGB (Red+Green+Blue) = 227+69+72=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E34548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34548 is #1CBAB7. Grayscale: #747474. Windows color (decimal): -1882808 or 4736483. OLE color: 4736483.

HSL color Cylindrical-coordinate representation of color #E34548: hue angle of 358.86º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34548 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB2276972-
CMYK00.700.680.11
HSL358.86º73.83%58.04%-
HSV(B)358.86º69.6%89.02%-
XYZ34.9821.068.35-
YUV116.58102.85206.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 61.68%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 72 (28.52% from 255) = 19.57%
R=61.68%
G=18.75%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227697200.700.680.11358.8673.8358.04
HexE3454804644B1674a3a
Octal34310511001061041354711272
Binary111000111000101100100001000110100010010111011001111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e34548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e34548; }

 p { color: rgb(227,69,72); }

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

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

 a { background-color: rgb(227,69,72); }

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

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

 span { border-color: rgb(227,69,72); }

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