#E5275A

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

Shades of Amaranth #E5275A

Tints of Amaranth #E5275A

Color information

#E5275A (or 0xE5275A) is unknown color: approx Amaranth. HEX triplet: E5, 27 and 5A. RGB value is (229,39,90). Sum of RGB (Red+Green+Blue) = 229+39+90=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5275A is #1AD8A5. Grayscale: #656565. Windows color (decimal): -1759398 or 5908453. OLE color: 5908453.

HSL color Cylindrical-coordinate representation of color #E5275A: hue angle of 343.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5275A is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB2293990-
CMYK00.830.610.10
HSL343.89º78.51%52.55%-
HSV(B)343.89º82.97%89.8%-
XYZ34.8818.8511.47-
YUV101.62121.45218.85-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 63.97%
GREEN value IS 39 (15.62% from 255) = 10.89%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=63.97%
G=10.89%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229399000.830.610.10343.8978.5152.55
HexE5275A0533DA1584f35
Octal345471320123751253011765
Binary1110010110011110110100101001111110110101010110001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5275A; }

 p { color: rgb(229,39,90); }

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

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

 a { background-color: rgb(229,39,90); }

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

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

 span { border-color: rgb(229,39,90); }

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