#EA4453

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

Shades of Amaranth #EA4453

Tints of Amaranth #EA4453

Color information

#EA4453 (or 0xEA4453) is unknown color: approx Amaranth. HEX triplet: EA, 44 and 53. RGB value is (234,68,83). Sum of RGB (Red+Green+Blue) = 234+68+83=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4453 is #15BBAC. Grayscale: #777777. Windows color (decimal): -1424301 or 5457130. OLE color: 5457130.

HSL color Cylindrical-coordinate representation of color #EA4453: hue angle of 354.58º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA4453 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB2346883-
CMYK00.710.650.08
HSL354.58º79.81%59.22%-
HSV(B)354.58º70.94%91.76%-
XYZ37.5622.2510.5-
YUV119.34107.5209.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.78%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 83 (32.81% from 255) = 21.56%
R=60.78%
G=17.66%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234688300.710.650.08354.5879.8159.22
HexEA4453047418163503b
Octal35210412301071011054312073
Binary111010101000100101001101000111100000110001011000111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4453; }

 p { color: rgb(234,68,83); }

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

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

 a { background-color: rgb(234,68,83); }

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

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

 span { border-color: rgb(234,68,83); }

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