#ED434A

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

Shades of Amaranth #ED434A

Tints of Amaranth #ED434A

Color information

#ED434A (or 0xED434A) is unknown color: approx Amaranth. HEX triplet: ED, 43 and 4A. RGB value is (237,67,74). Sum of RGB (Red+Green+Blue) = 237+67+74=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED434A is #12BCB5. Grayscale: #767676. Windows color (decimal): -1227958 or 4867053. OLE color: 4867053.

HSL color Cylindrical-coordinate representation of color #ED434A: hue angle of 357.53º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED434A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB2376774-
CMYK00.720.690.07
HSL357.53º82.52%59.61%-
HSV(B)357.53º71.73%92.94%-
XYZ38.1722.518.81-
YUV118.63102.82212.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.70%
GREEN value IS 67 (26.56% from 255) = 17.72%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=62.70%
G=17.72%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237677400.720.690.07357.5382.5259.61
HexED434A048457166533c
Octal3551031120110105754612374
Binary11101101100001110010100100100010001011111011001101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED434A; }

 p { color: rgb(237,67,74); }

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

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

 a { background-color: rgb(237,67,74); }

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

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

 span { border-color: rgb(237,67,74); }

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