#EA434F

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

Shades of Amaranth #EA434F

Tints of Amaranth #EA434F

Color information

#EA434F (or 0xEA434F) is unknown color: approx Amaranth. HEX triplet: EA, 43 and 4F. RGB value is (234,67,79). Sum of RGB (Red+Green+Blue) = 234+67+79=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA434F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA434F is #15BCB0. Grayscale: #767676. Windows color (decimal): -1424561 or 5194730. OLE color: 5194730.

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

Color convert

RGB2346779-
CMYK00.710.660.08
HSL355.69º79.9%59.02%-
HSV(B)355.69º71.37%91.76%-
XYZ37.3522.079.69-
YUV118.3105.83210.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.58%
GREEN value IS 67 (26.56% from 255) = 17.63%
BLUE value IS 79 (31.25% from 255) = 20.79%
R=61.58%
G=17.63%
B=20.79%

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
Decimal234677900.710.660.08355.6979.959.02
HexEA434F047428164503b
Octal35210311701071021054412073
Binary111010101000011100111101000111100001010001011001001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA434F; }

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

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

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

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

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

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

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

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