#E42F44

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

Shades of Amaranth #E42F44

Tints of Amaranth #E42F44

Color information

#E42F44 (or 0xE42F44) is unknown color: approx Amaranth. HEX triplet: E4, 2F and 44. RGB value is (228,47,68). Sum of RGB (Red+Green+Blue) = 228+47+68=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42F44 is #1BD0BB. Grayscale: #676767. Windows color (decimal): -1822908 or 4468708. OLE color: 4468708.

HSL color Cylindrical-coordinate representation of color #E42F44: hue angle of 353.04º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E42F44 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB2284768-
CMYK00.790.700.11
HSL353.04º77.02%53.92%-
HSV(B)353.04º79.39%89.41%-
XYZ34.0518.947.33-
YUV103.51107.97216.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 66.47%
GREEN value IS 47 (18.75% from 255) = 13.70%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=66.47%
G=13.70%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228476800.790.700.11353.0477.0253.92
HexE42F4404F46B1614d36
Octal3445710401171061354111566
Binary11100100101111100010001001111100011010111011000011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E42F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E42F44; }

 p { color: rgb(228,47,68); }

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

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

 a { background-color: rgb(228,47,68); }

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

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

 span { border-color: rgb(228,47,68); }

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