#EA454E

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

Shades of Amaranth #EA454E

Tints of Amaranth #EA454E

Color information

#EA454E (or 0xEA454E) is unknown color: approx Amaranth. HEX triplet: EA, 45 and 4E. RGB value is (234,69,78). Sum of RGB (Red+Green+Blue) = 234+69+78=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA454E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA454E is #15BAB1. Grayscale: #777777. Windows color (decimal): -1424050 or 5129706. OLE color: 5129706.

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

Color convert

RGB2346978-
CMYK00.710.670.08
HSL356.73º79.71%59.41%-
HSV(B)356.73º70.51%91.76%-
XYZ37.4322.39.54-
YUV119.36104.66209.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.42%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 78 (30.86% from 255) = 20.47%
R=61.42%
G=18.11%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234697800.710.670.08356.7379.7159.41
HexEA454E047438165503b
Octal35210511601071031054512073
Binary111010101000101100111001000111100001110001011001011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA454E; }

 p { color: rgb(234,69,78); }

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

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

 a { background-color: rgb(234,69,78); }

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

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

 span { border-color: rgb(234,69,78); }

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