Html Css Color HEX #ED3257 Amaranth

📋 copy color: '#ED3257'

red 237 ◦ green 50 ◦ blue 87

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

Shades of Amaranth #ED3257

Tints of Amaranth #ED3257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.37%

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

R = 63.37%
G = 13.37%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED3257 (or 0xED3257) is known color: Amaranth. HEX triplet: ED, 32 and 57. RGB value is (237,50,87). Sum of RGB (Red+Green+Blue) = 237+50+87=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3257 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3257 is #12CDA8. Grayscale: #6E6E6E. Windows color (decimal): -1232297 or 5714669. OLE color: 5714669.

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

Color convert

RGB 237 50 87 -
CMYK 0 0.79 0.63 0.07
HSL 348.13º 0.84% 0.56% -
HSV(B) 348.13º 0.79% 0.93% -
XYZ 37.79 20.97 11.07 -
YUV 110.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 237 50 87 0 0.79 0.63 0.07 348.13 0.84 0.56
Hex ED 32 57 0 4F 3F 7 15C 54 38
Octal 355 62 127 0 117 77 7 534 124 70
Binary 11101101 110010 1010111 0 1001111 111111 111 101011100 1010100 111000

Color Harmonies of #ED3257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3257

Black with #ED3257

Text Example


Text Example

White with #ED3257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3257; }

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

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

background-color css

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

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

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

border-color css

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

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

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