#ED3046

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

Shades of Amaranth #ED3046

Tints of Amaranth #ED3046

Color information

#ED3046 (or 0xED3046) is unknown color: approx Amaranth. HEX triplet: ED, 30 and 46. RGB value is (237,48,70). Sum of RGB (Red+Green+Blue) = 237+48+70=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3046 is #12CFB9. Grayscale: #6B6B6B. Windows color (decimal): -1232826 or 4600045. OLE color: 4600045.

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

Color convert

RGB2374870-
CMYK00.800.700.07
HSL353.02º84%55.88%-
HSV(B)353.02º79.75%92.94%-
XYZ37.0920.567.81-
YUV107.02107.12220.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.76%
GREEN value IS 48 (19.14% from 255) = 13.52%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=66.76%
G=13.52%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237487000.800.700.07353.028455.88
HexED30460504671615438
Octal355601060120106754112470
Binary1110110111000010001100101000010001101111011000011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3046; }

 p { color: rgb(237,48,70); }

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

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

 a { background-color: rgb(237,48,70); }

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

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

 span { border-color: rgb(237,48,70); }

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