#ED3D56

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

Shades of Amaranth #ED3D56

Tints of Amaranth #ED3D56

Color information

#ED3D56 (or 0xED3D56) is unknown color: approx Amaranth. HEX triplet: ED, 3D and 56. RGB value is (237,61,86). Sum of RGB (Red+Green+Blue) = 237+61+86=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3D56 is #12C2A9. Grayscale: #747474. Windows color (decimal): -1229482 or 5651949. OLE color: 5651949.

HSL color Cylindrical-coordinate representation of color #ED3D56: hue angle of 351.48º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3D56 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2376186-
CMYK00.740.640.07
HSL351.48º83.02%58.43%-
HSV(B)351.48º74.26%92.94%-
XYZ38.2722.0111.04-
YUV116.47110.81213.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.72%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=61.72%
G=15.89%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237618600.740.640.07351.4883.0258.43
HexED3D5604A40715f533a
Octal355751260112100753712372
Binary1110110111110110101100100101010000001111010111111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3D56; }

 p { color: rgb(237,61,86); }

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

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

 a { background-color: rgb(237,61,86); }

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

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

 span { border-color: rgb(237,61,86); }

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