#ED3550

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

Shades of Amaranth #ED3550

Tints of Amaranth #ED3550

Color information

#ED3550 (or 0xED3550) is unknown color: approx Amaranth. HEX triplet: ED, 35 and 50. RGB value is (237,53,80). Sum of RGB (Red+Green+Blue) = 237+53+80=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3550 is #12CAAF. Grayscale: #6F6F6F. Windows color (decimal): -1231536 or 5256685. OLE color: 5256685.

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

Color convert

RGB2375380-
CMYK00.780.660.07
HSL351.2º83.64%56.86%-
HSV(B)351.2º77.64%92.94%-
XYZ37.6521.139.68-
YUV111.09110.46217.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.05%
GREEN value IS 53 (21.09% from 255) = 14.32%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=64.05%
G=14.32%
B=21.62%

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
Decimal237538000.780.660.07351.283.6456.86
HexED355004E42715f5439
Octal355651200116102753712471
Binary1110110111010110100000100111010000101111010111111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3550; }

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

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

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

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

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

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

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

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