#E4254F

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

Shades of Amaranth #E4254F

Tints of Amaranth #E4254F

Color information

#E4254F (or 0xE4254F) is unknown color: approx Amaranth. HEX triplet: E4, 25 and 4F. RGB value is (228,37,79). Sum of RGB (Red+Green+Blue) = 228+37+79=344 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.28% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 228 - color contains mainly: red. Hex color #E4254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4254F is #1BDAB0. Grayscale: #626262. Windows color (decimal): -1825457 or 5187044. OLE color: 5187044.

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

Color convert

RGB2283779-
CMYK00.840.650.11
HSL346.81º77.96%51.96%-
HSV(B)346.81º83.77%89.41%-
XYZ34.0718.389.15-
YUV98.9116.78220.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 66.28%
GREEN value IS 37 (14.84% from 255) = 10.76%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=66.28%
G=10.76%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228377900.840.650.11346.8177.9651.96
HexE4254F05441B15b4e34
Octal3444511701241011353311664
Binary11100100100101100111101010100100000110111010110111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4254F; }

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

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

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

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

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

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

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

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