Html Css Color HEX #ED2057 Amaranth

📋 copy color: '#ED2057'

red 237 ◦ green 32 ◦ blue 87

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

Shades of Amaranth #ED2057

Tints of Amaranth #ED2057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.99%

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

R = 66.57%
G = 8.99%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED2057 (or 0xED2057) is known color: Amaranth. HEX triplet: ED, 20 and 57. RGB value is (237,32,87). Sum of RGB (Red+Green+Blue) = 237+32+87=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2057 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2057 is #12DFA8. Grayscale: #636363. Windows color (decimal): -1236905 or 5710061. OLE color: 5710061.

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

Color convert

RGB 237 32 87 -
CMYK 0 0.86 0.63 0.07
HSL 343.9º 0.85% 0.53% -
HSV(B) 343.9º 0.86% 0.93% -
XYZ 37.16 19.73 10.87 -
YUV 99.57 120.92 226.03 -
System Red Green Blue C M Y K H S L
Decimal 237 32 87 0 0.86 0.63 0.07 343.9 0.85 0.53
Hex ED 20 57 0 56 3F 7 158 55 35
Octal 355 40 127 0 126 77 7 530 125 65
Binary 11101101 100000 1010111 0 1010110 111111 111 101011000 1010101 110101

Color Harmonies of #ED2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2057

Black with #ED2057

Text Example


Text Example

White with #ED2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2057; }

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

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

background-color css

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

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

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

border-color css

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

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

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