Html Css Color HEX #ED2051 Amaranth

📋 copy color: '#ED2051'

red 237 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #ED2051

Tints of Amaranth #ED2051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 67.71%
G = 9.14%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED2051 (or 0xED2051) is known color: Amaranth. HEX triplet: ED, 20 and 51. RGB value is (237,32,81). Sum of RGB (Red+Green+Blue) = 237+32+81=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2051 is #12DFAE. Grayscale: #626262. Windows color (decimal): -1236911 or 5316845. OLE color: 5316845.

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

Color convert

RGB 237 32 81 -
CMYK 0 0.86 0.66 0.07
HSL 345.66º 0.85% 0.53% -
HSV(B) 345.66º 0.86% 0.93% -
XYZ 36.93 19.63 9.63 -
YUV 98.88 117.92 226.52 -
System Red Green Blue C M Y K H S L
Decimal 237 32 81 0 0.86 0.66 0.07 345.66 0.85 0.53
Hex ED 20 51 0 56 42 7 15A 55 35
Octal 355 40 121 0 126 102 7 532 125 65
Binary 11101101 100000 1010001 0 1010110 1000010 111 101011010 1010101 110101

Color Harmonies of #ED2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2051

Black with #ED2051

Text Example


Text Example

White with #ED2051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2051; }

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

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

background-color css

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

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

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

border-color css

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

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

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