#ED2E47

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

Shades of Amaranth #ED2E47

Tints of Amaranth #ED2E47

Color information

#ED2E47 (or 0xED2E47) is unknown color: approx Amaranth. HEX triplet: ED, 2E and 47. RGB value is (237,46,71). Sum of RGB (Red+Green+Blue) = 237+46+71=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2E47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2E47 is #12D1B8. Grayscale: #6A6A6A. Windows color (decimal): -1233337 or 4665069. OLE color: 4665069.

HSL color Cylindrical-coordinate representation of color #ED2E47: hue angle of 352.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2E47 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB2374671-
CMYK00.810.700.07
HSL352.15º84.14%55.49%-
HSV(B)352.15º80.59%92.94%-
XYZ37.0420.417.95-
YUV105.96108.28221.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.95%
GREEN value IS 46 (18.36% from 255) = 12.99%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=66.95%
G=12.99%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237467100.810.700.07352.1584.1455.49
HexED2E470514671605437
Octal355561070121106754012467
Binary1110110110111010001110101000110001101111011000001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2E47; }

 p { color: rgb(237,46,71); }

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

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

 a { background-color: rgb(237,46,71); }

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

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

 span { border-color: rgb(237,46,71); }

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