#E4414F

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

Shades of Amaranth #E4414F

Tints of Amaranth #E4414F

Color information

#E4414F (or 0xE4414F) is unknown color: approx Amaranth. HEX triplet: E4, 41 and 4F. RGB value is (228,65,79). Sum of RGB (Red+Green+Blue) = 228+65+79=372 (49% of max value = 765). Red value is 228 (89.45% from 255 or 61.29% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 228 - color contains mainly: red. Hex color #E4414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4414F is #1BBEB0. Grayscale: #737373. Windows color (decimal): -1818289 or 5194212. OLE color: 5194212.

HSL color Cylindrical-coordinate representation of color #E4414F: hue angle of 354.85º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E4414F is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB2286579-
CMYK00.710.650.11
HSL354.85º75.12%57.45%-
HSV(B)354.85º71.49%89.41%-
XYZ35.320.849.56-
YUV115.33107.5208.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 61.29%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=61.29%
G=17.47%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228657900.710.650.11354.8575.1257.45
HexE4414F04741B1634b39
Octal34410111701071011354311371
Binary111001001000001100111101000111100000110111011000111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4414F; }

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

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

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

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

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

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

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

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