#E4255A

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

Shades of Amaranth #E4255A

Tints of Amaranth #E4255A

Color information

#E4255A (or 0xE4255A) is unknown color: approx Amaranth. HEX triplet: E4, 25 and 5A. RGB value is (228,37,90). Sum of RGB (Red+Green+Blue) = 228+37+90=355 (47% of max value = 765). Red value is 228 (89.45% from 255 or 64.23% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 228 - color contains mainly: red. Hex color #E4255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4255A is #1BDAA5. Grayscale: #646464. Windows color (decimal): -1825446 or 5907940. OLE color: 5907940.

HSL color Cylindrical-coordinate representation of color #E4255A: hue angle of 343.35º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4255A is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB2283790-
CMYK00.840.610.11
HSL343.35º77.96%51.96%-
HSV(B)343.35º83.77%89.41%-
XYZ34.518.5611.44-
YUV100.15122.28219.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 64.23%
GREEN value IS 37 (14.84% from 255) = 10.42%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=64.23%
G=10.42%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228379000.840.610.11343.3577.9651.96
HexE4255A0543DB1574e34
Octal344451320124751352711664
Binary1110010010010110110100101010011110110111010101111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4255A; }

 p { color: rgb(228,37,90); }

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

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

 a { background-color: rgb(228,37,90); }

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

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

 span { border-color: rgb(228,37,90); }

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