#ED444D

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

Shades of Amaranth #ED444D

Tints of Amaranth #ED444D

Color information

#ED444D (or 0xED444D) is unknown color: approx Amaranth. HEX triplet: ED, 44 and 4D. RGB value is (237,68,77). Sum of RGB (Red+Green+Blue) = 237+68+77=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED444D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED444D is #12BBB2. Grayscale: #777777. Windows color (decimal): -1227699 or 5063917. OLE color: 5063917.

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

Color convert

RGB2376877-
CMYK00.710.680.07
HSL356.8º82.44%59.8%-
HSV(B)356.8º71.31%92.94%-
XYZ38.3322.679.38-
YUV119.56103.99211.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.04%
GREEN value IS 68 (26.95% from 255) = 17.80%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=62.04%
G=17.80%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237687700.710.680.07356.882.4459.8
HexED444D047447165523c
Octal3551041150107104754512274
Binary11101101100010010011010100011110001001111011001011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED444D; }

 p { color: rgb(237,68,77); }

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

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

 a { background-color: rgb(237,68,77); }

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

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

 span { border-color: rgb(237,68,77); }

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