Html Css Color HEX #ED3957 Amaranth

📋 copy color: '#ED3957'

red 237 ◦ green 57 ◦ blue 87

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

Shades of Amaranth #ED3957

Tints of Amaranth #ED3957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

 BLUE value IS 87 (34.38% from 255) = 22.83%

R = 62.2%
G = 14.96%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED3957 (or 0xED3957) is known color: Amaranth. HEX triplet: ED, 39 and 57. RGB value is (237,57,87). Sum of RGB (Red+Green+Blue) = 237+57+87=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3957 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3957 is #12C6A8. Grayscale: #727272. Windows color (decimal): -1230505 or 5716461. OLE color: 5716461.

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

Color convert

RGB 237 57 87 -
CMYK 0 0.76 0.63 0.07
HSL 350º 0.83% 0.58% -
HSV(B) 350º 0.76% 0.93% -
XYZ 38.11 21.62 11.18 -
YUV 114.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 237 57 87 0 0.76 0.63 0.07 350 0.83 0.58
Hex ED 39 57 0 4C 3F 7 15E 53 3A
Octal 355 71 127 0 114 77 7 536 123 72
Binary 11101101 111001 1010111 0 1001100 111111 111 101011110 1010011 111010

Color Harmonies of #ED3957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3957

Black with #ED3957

Text Example


Text Example

White with #ED3957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3957; }

 p { color: rgb(237,57,87); }

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

background-color css

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

 a { background-color: rgb(237,57,87); }

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

border-color css

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

 span { border-color: rgb(237,57,87); }

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