#ed4250

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

Shades of Amaranth #ED4250

Tints of Amaranth #ED4250

Color information

#ED4250 (or 0xED4250) is unknown color: approx Amaranth. HEX triplet: ED, 42 and 50. RGB value is (237,66,80). Sum of RGB (Red+Green+Blue) = 237+66+80=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4250 is #12BDAF. Grayscale: #767676. Windows color (decimal): -1228208 or 5260013. OLE color: 5260013.

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

Color convert

RGB2376680-
CMYK00.720.660.07
HSL355.09º82.61%59.41%-
HSV(B)355.09º72.15%92.94%-
XYZ38.3222.489.91-
YUV118.72106.15212.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.88%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=61.88%
G=17.23%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237668000.720.660.07355.0982.6159.41
HexED4250048427163533b
Octal3551021200110102754312373
Binary11101101100001010100000100100010000101111011000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed4250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed4250; }

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

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

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

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

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

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

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

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