#ED4045

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

Shades of Amaranth #ED4045

Tints of Amaranth #ED4045

Color information

#ED4045 (or 0xED4045) is unknown color: approx Amaranth. HEX triplet: ED, 40 and 45. RGB value is (237,64,69). Sum of RGB (Red+Green+Blue) = 237+64+69=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4045 is #12BFBA. Grayscale: #747474. Windows color (decimal): -1228731 or 4538605. OLE color: 4538605.

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

Color convert

RGB2376469-
CMYK00.730.710.07
HSL358.27º82.78%59.02%-
HSV(B)358.27º73%92.94%-
XYZ37.8322.17.9-
YUV116.3101.31214.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.05%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=64.05%
G=17.30%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237646900.730.710.07358.2782.7859.02
HexED4045049477166533b
Octal3551001050111107754612373
Binary11101101100000010001010100100110001111111011001101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4045; }

 p { color: rgb(237,64,69); }

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

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

 a { background-color: rgb(237,64,69); }

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

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

 span { border-color: rgb(237,64,69); }

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