#ED305A

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

Shades of Amaranth #ED305A

Tints of Amaranth #ED305A

Color information

#ED305A (or 0xED305A) is unknown color: approx Amaranth. HEX triplet: ED, 30 and 5A. RGB value is (237,48,90). Sum of RGB (Red+Green+Blue) = 237+48+90=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED305A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED305A is #12CFA5. Grayscale: #6D6D6D. Windows color (decimal): -1232806 or 5910765. OLE color: 5910765.

HSL color Cylindrical-coordinate representation of color #ED305A: hue angle of 346.67º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED305A is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB2374890-
CMYK00.800.620.07
HSL346.67º84%55.88%-
HSV(B)346.67º79.75%92.94%-
XYZ37.8320.8611.7-
YUV109.3117.12219.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.2%
GREEN value IS 48 (19.14% from 255) = 12.8%
BLUE value IS 90 (35.55% from 255) = 24%
R=63.2%
G=12.8%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237489000.800.620.07346.678455.88
HexED305A0503E715b5438
Octal35560132012076753312470
Binary111011011100001011010010100001111101111010110111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED305A; }

 p { color: rgb(237,48,90); }

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

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

 a { background-color: rgb(237,48,90); }

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

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

 span { border-color: rgb(237,48,90); }

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