#EA434E

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

Shades of Amaranth #EA434E

Tints of Amaranth #EA434E

Color information

#EA434E (or 0xEA434E) is unknown color: approx Amaranth. HEX triplet: EA, 43 and 4E. RGB value is (234,67,78). Sum of RGB (Red+Green+Blue) = 234+67+78=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA434E is #15BCB1. Grayscale: #767676. Windows color (decimal): -1424562 or 5129194. OLE color: 5129194.

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

Color convert

RGB2346778-
CMYK00.710.670.08
HSL356.05º79.9%59.02%-
HSV(B)356.05º71.37%91.76%-
XYZ37.3122.069.5-
YUV118.19105.33210.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.74%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=61.74%
G=17.68%
B=20.58%

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
Decimal234677800.710.670.08356.0579.959.02
HexEA434E047438164503b
Octal35210311601071031054412073
Binary111010101000011100111001000111100001110001011001001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA434E; }

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

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

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

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

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

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

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

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