#EA4450

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

Shades of Amaranth #EA4450

Tints of Amaranth #EA4450

Color information

#EA4450 (or 0xEA4450) is unknown color: approx Amaranth. HEX triplet: EA, 44 and 50. RGB value is (234,68,80). Sum of RGB (Red+Green+Blue) = 234+68+80=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4450 is #15BBAF. Grayscale: #777777. Windows color (decimal): -1424304 or 5260522. OLE color: 5260522.

HSL color Cylindrical-coordinate representation of color #EA4450: hue angle of 355.66º 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 #EA4450 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB2346880-
CMYK00.710.660.08
HSL355.66º79.81%59.22%-
HSV(B)355.66º70.94%91.76%-
XYZ37.4522.219.9-
YUV119106210.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.26%
GREEN value IS 68 (26.95% from 255) = 17.80%
BLUE value IS 80 (31.64% from 255) = 20.94%
R=61.26%
G=17.80%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234688000.710.660.08355.6679.8159.22
HexEA4450047428164503b
Octal35210412001071021054412073
Binary111010101000100101000001000111100001010001011001001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4450; }

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

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

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

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

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

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

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

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