Html Css Color HEX #ED3357 Amaranth

📋 copy color: '#ED3357'

red 237 ◦ green 51 ◦ blue 87

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

Shades of Amaranth #ED3357

Tints of Amaranth #ED3357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.6%

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

R = 63.2%
G = 13.6%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED3357 (or 0xED3357) is known color: Amaranth. HEX triplet: ED, 33 and 57. RGB value is (237,51,87). Sum of RGB (Red+Green+Blue) = 237+51+87=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3357 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3357 is #12CCA8. Grayscale: #6E6E6E. Windows color (decimal): -1232041 or 5714925. OLE color: 5714925.

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

Color convert

RGB 237 51 87 -
CMYK 0 0.78 0.63 0.07
HSL 348.39º 0.84% 0.56% -
HSV(B) 348.39º 0.78% 0.93% -
XYZ 37.83 21.06 11.09 -
YUV 110.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 237 51 87 0 0.78 0.63 0.07 348.39 0.84 0.56
Hex ED 33 57 0 4E 3F 7 15C 54 38
Octal 355 63 127 0 116 77 7 534 124 70
Binary 11101101 110011 1010111 0 1001110 111111 111 101011100 1010100 111000

Color Harmonies of #ED3357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3357

Black with #ED3357

Text Example


Text Example

White with #ED3357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3357; }

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

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

background-color css

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

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

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

border-color css

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

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

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