Html Css Color HEX #ED2251 Amaranth

📋 copy color: '#ED2251'

red 237 ◦ green 34 ◦ blue 81

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

Shades of Amaranth #ED2251

Tints of Amaranth #ED2251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.66%

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

R = 67.33%
G = 9.66%
B = 23.01%

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

#ED2251 (or 0xED2251) is known color: Amaranth. HEX triplet: ED, 22 and 51. RGB value is (237,34,81). Sum of RGB (Red+Green+Blue) = 237+34+81=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2251 is #12DDAE. Grayscale: #646464. Windows color (decimal): -1236399 or 5317357. OLE color: 5317357.

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

Color convert

RGB 237 34 81 -
CMYK 0 0.86 0.66 0.07
HSL 346.11º 0.85% 0.53% -
HSV(B) 346.11º 0.86% 0.93% -
XYZ 36.98 19.74 9.65 -
YUV 100.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 237 34 81 0 0.86 0.66 0.07 346.11 0.85 0.53
Hex ED 22 51 0 56 42 7 15A 55 35
Octal 355 42 121 0 126 102 7 532 125 65
Binary 11101101 100010 1010001 0 1010110 1000010 111 101011010 1010101 110101

Color Harmonies of #ED2251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2251

Black with #ED2251

Text Example


Text Example

White with #ED2251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2251; }

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

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

background-color css

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

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

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

border-color css

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

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

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