Html Css Color HEX #ED3159 Amaranth

📋 copy color: '#ED3159'

red 237 ◦ green 49 ◦ blue 89

#ED3159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #ED3159

Tints of Amaranth #ED3159

RGB

 RED value IS 237 (92.97% from 255) = 63.2%

 GREEN value IS 49 (19.53% from 255) = 13.07%

 BLUE value IS 89 (35.16% from 255) = 23.73%

R = 63.2%
G = 13.07%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED3159 (or 0xED3159) is known color: Amaranth. HEX triplet: ED, 31 and 59. RGB value is (237,49,89). Sum of RGB (Red+Green+Blue) = 237+49+89=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3159 is #12CEA6. Grayscale: #6D6D6D. Windows color (decimal): -1232551 or 5845485. OLE color: 5845485.

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

Color convert

RGB 237 49 89 -
CMYK 0 0.79 0.62 0.07
HSL 347.23º 0.84% 0.56% -
HSV(B) 347.23º 0.79% 0.93% -
XYZ 37.83 20.92 11.5 -
YUV 109.77 116.28 218.75 -
System Red Green Blue C M Y K H S L
Decimal 237 49 89 0 0.79 0.62 0.07 347.23 0.84 0.56
Hex ED 31 59 0 4F 3E 7 15B 54 38
Octal 355 61 131 0 117 76 7 533 124 70
Binary 11101101 110001 1011001 0 1001111 111110 111 101011011 1010100 111000

Color Harmonies of #ED3159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3159

Black with #ED3159

Text Example


Text Example

White with #ED3159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3159; }

 p { color: rgb(237,49,89); }

 H1.HeaderClassName
 {
   color: #ED3159;
 }
 .AnyTagClassName
 {
   color: #ED3159;
 }
</style>

background-color css

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

 a { background-color: rgb(237,49,89); }

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

border-color css

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

 span { border-color: rgb(237,49,89); }

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