#ED2055

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

Shades of Amaranth #ED2055

Tints of Amaranth #ED2055

Color information

#ED2055 (or 0xED2055) is unknown color: approx Amaranth. HEX triplet: ED, 20 and 55. RGB value is (237,32,85). Sum of RGB (Red+Green+Blue) = 237+32+85=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2055 is #12DFAA. Grayscale: #636363. Windows color (decimal): -1236907 or 5578989. OLE color: 5578989.

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

Color convert

RGB2373285-
CMYK00.860.640.07
HSL344.49º85.06%52.75%-
HSV(B)344.49º86.5%92.94%-
XYZ37.0819.6910.44-
YUV99.34119.92226.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 66.95%
GREEN value IS 32 (12.89% from 255) = 9.04%
BLUE value IS 85 (33.59% from 255) = 24.01%
R=66.95%
G=9.04%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237328500.860.640.07344.4985.0652.75
HexED20550564071585535
Octal355401250126100753012565
Binary1110110110000010101010101011010000001111010110001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2055; }

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

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

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

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

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

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

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

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