#E1284E

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

Shades of Amaranth #E1284E

Tints of Amaranth #E1284E

Color information

#E1284E (or 0xE1284E) is unknown color: approx Amaranth. HEX triplet: E1, 28 and 4E. RGB value is (225,40,78). Sum of RGB (Red+Green+Blue) = 225+40+78=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1284E is #1ED7B1. Grayscale: #636363. Windows color (decimal): -2021298 or 5122273. OLE color: 5122273.

HSL color Cylindrical-coordinate representation of color #E1284E: hue angle of 347.68º 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 #E1284E is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB2254078-
CMYK00.820.650.12
HSL347.68º75.51%51.96%-
HSV(B)347.68º82.22%88.24%-
XYZ33.1918.088.95-
YUV99.65115.79217.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 65.60%
GREEN value IS 40 (16.02% from 255) = 11.66%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=65.60%
G=11.66%
B=22.74%

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
Decimal225407800.820.650.12347.6875.5151.96
HexE1284E05241C15c4c34
Octal3415011601221011453411464
Binary11100001101000100111001010010100000111001010111001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1284E; }

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

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

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

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

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

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

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

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