Html Css Color HEX #ED2151 Amaranth

📋 copy color: '#ED2151'

red 237 ◦ green 33 ◦ blue 81

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

Shades of Amaranth #ED2151

Tints of Amaranth #ED2151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

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

R = 67.52%
G = 9.4%
B = 23.08%

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

#ED2151 (or 0xED2151) is known color: Amaranth. HEX triplet: ED, 21 and 51. RGB value is (237,33,81). Sum of RGB (Red+Green+Blue) = 237+33+81=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2151 is #12DEAE. Grayscale: #636363. Windows color (decimal): -1236655 or 5317101. OLE color: 5317101.

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

Color convert

RGB 237 33 81 -
CMYK 0 0.86 0.66 0.07
HSL 345.88º 0.85% 0.53% -
HSV(B) 345.88º 0.86% 0.93% -
XYZ 36.95 19.69 9.64 -
YUV 99.47 117.59 226.1 -
System Red Green Blue C M Y K H S L
Decimal 237 33 81 0 0.86 0.66 0.07 345.88 0.85 0.53
Hex ED 21 51 0 56 42 7 15A 55 35
Octal 355 41 121 0 126 102 7 532 125 65
Binary 11101101 100001 1010001 0 1010110 1000010 111 101011010 1010101 110101

Color Harmonies of #ED2151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2151

Black with #ED2151

Text Example


Text Example

White with #ED2151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2151; }

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

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

background-color css

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

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

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

border-color css

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

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

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