#ED2051

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

Shades of Amaranth #ED2051

Tints of Amaranth #ED2051

Color information

#ED2051 (or 0xED2051) is unknown color: approx Amaranth. HEX triplet: ED, 20 and 51. RGB value is (237,32,81). Sum of RGB (Red+Green+Blue) = 237+32+81=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2051 is #12DFAE. Grayscale: #626262. Windows color (decimal): -1236911 or 5316845. OLE color: 5316845.

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

Color convert

RGB2373281-
CMYK00.860.660.07
HSL345.66º85.06%52.75%-
HSV(B)345.66º86.5%92.94%-
XYZ36.9319.639.63-
YUV98.88117.92226.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.71%
GREEN value IS 32 (12.89% from 255) = 9.14%
BLUE value IS 81 (32.03% from 255) = 23.14%
R=67.71%
G=9.14%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237328100.860.660.07345.6685.0652.75
HexED205105642715a5535
Octal355401210126102753212565
Binary1110110110000010100010101011010000101111010110101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2051; }

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

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

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

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

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

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

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

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