#E1284F

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

Shades of Amaranth #E1284F

Tints of Amaranth #E1284F

Color information

#E1284F (or 0xE1284F) is unknown color: approx Amaranth. HEX triplet: E1, 28 and 4F. RGB value is (225,40,79). Sum of RGB (Red+Green+Blue) = 225+40+79=344 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.41% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 225 - color contains mainly: red. Hex color #E1284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1284F is #1ED7B0. Grayscale: #636363. Windows color (decimal): -2021297 or 5187809. OLE color: 5187809.

HSL color Cylindrical-coordinate representation of color #E1284F: hue angle of 347.35º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1284F is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB2254079-
CMYK00.820.650.12
HSL347.35º75.51%51.96%-
HSV(B)347.35º82.22%88.24%-
XYZ33.2218.099.14-
YUV99.76116.29217.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.41%
GREEN value IS 40 (16.02% from 255) = 11.63%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=65.41%
G=11.63%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225407900.820.650.12347.3575.5151.96
HexE1284F05241C15b4c34
Octal3415011701221011453311464
Binary11100001101000100111101010010100000111001010110111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1284F; }

 p { color: rgb(225,40,79); }

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

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

 a { background-color: rgb(225,40,79); }

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

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

 span { border-color: rgb(225,40,79); }

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