#ED444F

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

Shades of Amaranth #ED444F

Tints of Amaranth #ED444F

Color information

#ED444F (or 0xED444F) is unknown color: approx Amaranth. HEX triplet: ED, 44 and 4F. RGB value is (237,68,79). Sum of RGB (Red+Green+Blue) = 237+68+79=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED444F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED444F is #12BBB0. Grayscale: #777777. Windows color (decimal): -1227697 or 5194989. OLE color: 5194989.

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

Color convert

RGB2376879-
CMYK00.710.670.07
HSL356.09º82.44%59.8%-
HSV(B)356.09º71.31%92.94%-
XYZ38.422.79.76-
YUV119.78104.99211.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.72%
GREEN value IS 68 (26.95% from 255) = 17.71%
BLUE value IS 79 (31.25% from 255) = 20.57%
R=61.72%
G=17.71%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237687900.710.670.07356.0982.4459.8
HexED444F047437164523c
Octal3551041170107103754412274
Binary11101101100010010011110100011110000111111011001001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED444F; }

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

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

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

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

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

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

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

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