#ED494B

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

Shades of Amaranth #ED494B

Tints of Amaranth #ED494B

Color information

#ED494B (or 0xED494B) is unknown color: approx Amaranth. HEX triplet: ED, 49 and 4B. RGB value is (237,73,75). Sum of RGB (Red+Green+Blue) = 237+73+75=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED494B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED494B is #12B6B4. Grayscale: #7A7A7A. Windows color (decimal): -1226421 or 4934125. OLE color: 4934125.

HSL color Cylindrical-coordinate representation of color #ED494B: hue angle of 359.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED494B is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB2377375-
CMYK00.690.680.07
HSL359.27º82%60.78%-
HSV(B)359.27º69.2%92.94%-
XYZ38.5823.289.12-
YUV122.26101.33209.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.56%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=61.56%
G=18.96%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237737500.690.680.07359.278260.78
HexED494B045447167523d
Octal3551111130105104754712275
Binary11101101100100110010110100010110001001111011001111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED494B; }

 p { color: rgb(237,73,75); }

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

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

 a { background-color: rgb(237,73,75); }

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

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

 span { border-color: rgb(237,73,75); }

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