Html Css Color HEX #ED2357 Amaranth

📋 copy color: '#ED2357'

red 237 ◦ green 35 ◦ blue 87

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

Shades of Amaranth #ED2357

Tints of Amaranth #ED2357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

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

R = 66.02%
G = 9.75%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED2357 (or 0xED2357) is known color: Amaranth. HEX triplet: ED, 23 and 57. RGB value is (237,35,87). Sum of RGB (Red+Green+Blue) = 237+35+87=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2357 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2357 is #12DCA8. Grayscale: #656565. Windows color (decimal): -1236137 or 5710829. OLE color: 5710829.

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

Color convert

RGB 237 35 87 -
CMYK 0 0.85 0.63 0.07
HSL 344.55º 0.85% 0.53% -
HSV(B) 344.55º 0.85% 0.93% -
XYZ 37.25 19.89 10.89 -
YUV 101.33 119.92 224.77 -
System Red Green Blue C M Y K H S L
Decimal 237 35 87 0 0.85 0.63 0.07 344.55 0.85 0.53
Hex ED 23 57 0 55 3F 7 159 55 35
Octal 355 43 127 0 125 77 7 531 125 65
Binary 11101101 100011 1010111 0 1010101 111111 111 101011001 1010101 110101

Color Harmonies of #ED2357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2357

Black with #ED2357

Text Example


Text Example

White with #ED2357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2357; }

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

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

background-color css

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

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

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

border-color css

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

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

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