#ED2050

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

Shades of Amaranth #ED2050

Tints of Amaranth #ED2050

Color information

#ED2050 (or 0xED2050) is unknown color: approx Amaranth. HEX triplet: ED, 20 and 50. RGB value is (237,32,80). Sum of RGB (Red+Green+Blue) = 237+32+80=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2050 is #12DFAF. Grayscale: #626262. Windows color (decimal): -1236912 or 5251309. OLE color: 5251309.

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

Color convert

RGB2373280-
CMYK00.860.660.07
HSL345.95º85.06%52.75%-
HSV(B)345.95º86.5%92.94%-
XYZ36.8919.629.43-
YUV98.77117.42226.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.91%
GREEN value IS 32 (12.89% from 255) = 9.17%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=67.91%
G=9.17%
B=22.92%

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
Decimal237328000.860.660.07345.9585.0652.75
HexED205005642715a5535
Octal355401200126102753212565
Binary1110110110000010100000101011010000101111010110101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2050; }

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

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

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

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

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

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

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

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