Html Css Color HEX #ED3156 Amaranth

📋 copy color: '#ED3156'

red 237 ◦ green 49 ◦ blue 86

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

Shades of Amaranth #ED3156

Tints of Amaranth #ED3156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.12%

R = 63.71%
G = 13.17%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ED3156 (or 0xED3156) is known color: Amaranth. HEX triplet: ED, 31 and 56. RGB value is (237,49,86). Sum of RGB (Red+Green+Blue) = 237+49+86=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3156 is #12CEA9. Grayscale: #6D6D6D. Windows color (decimal): -1232554 or 5648877. OLE color: 5648877.

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

Color convert

RGB 237 49 86 -
CMYK 0 0.79 0.64 0.07
HSL 348.19º 0.84% 0.56% -
HSV(B) 348.19º 0.79% 0.93% -
XYZ 37.7 20.87 10.85 -
YUV 109.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 237 49 86 0 0.79 0.64 0.07 348.19 0.84 0.56
Hex ED 31 56 0 4F 40 7 15C 54 38
Octal 355 61 126 0 117 100 7 534 124 70
Binary 11101101 110001 1010110 0 1001111 1000000 111 101011100 1010100 111000

Color Harmonies of #ED3156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3156

Black with #ED3156

Text Example


Text Example

White with #ED3156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3156; }

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

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

background-color css

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

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

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

border-color css

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

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

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