#ED3451

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

Shades of Amaranth #ED3451

Tints of Amaranth #ED3451

Color information

#ED3451 (or 0xED3451) is unknown color: approx Amaranth. HEX triplet: ED, 34 and 51. RGB value is (237,52,81). Sum of RGB (Red+Green+Blue) = 237+52+81=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3451 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3451 is #12CBAE. Grayscale: #6E6E6E. Windows color (decimal): -1231791 or 5321965. OLE color: 5321965.

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

Color convert

RGB2375281-
CMYK00.780.660.07
HSL350.59º83.71%56.67%-
HSV(B)350.59º78.06%92.94%-
XYZ37.6421.059.86-
YUV110.62111.29218.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.05%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=64.05%
G=14.05%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237528100.780.660.07350.5983.7156.67
HexED345104E42715f5439
Octal355641210116102753712471
Binary1110110111010010100010100111010000101111010111111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3451; }

 p { color: rgb(237,52,81); }

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

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

 a { background-color: rgb(237,52,81); }

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

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

 span { border-color: rgb(237,52,81); }

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