Html Css Color HEX #ED1851 Amaranth

📋 copy color: '#ED1851'

red 237 ◦ green 24 ◦ blue 81

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

Shades of Amaranth #ED1851

Tints of Amaranth #ED1851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

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

R = 69.3%
G = 7.02%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ED1851 (or 0xED1851) is known color: Amaranth. HEX triplet: ED, 18 and 51. RGB value is (237,24,81). Sum of RGB (Red+Green+Blue) = 237+24+81=342 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.30% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1851 is #12E7AE. Grayscale: #5E5E5E. Windows color (decimal): -1238959 or 5314797. OLE color: 5314797.

HSL color Cylindrical-coordinate representation of color #ED1851: hue angle of 343.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1851 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 24 81 -
CMYK 0 0.90 0.66 0.07
HSL 343.94º 0.86% 0.51% -
HSV(B) 343.94º 0.9% 0.93% -
XYZ 36.74 19.25 9.56 -
YUV 94.19 120.57 229.87 -
System Red Green Blue C M Y K H S L
Decimal 237 24 81 0 0.90 0.66 0.07 343.94 0.86 0.51
Hex ED 18 51 0 5A 42 7 158 56 33
Octal 355 30 121 0 132 102 7 530 126 63
Binary 11101101 11000 1010001 0 1011010 1000010 111 101011000 1010110 110011

Color Harmonies of #ED1851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1851

Black with #ED1851

Text Example


Text Example

White with #ED1851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1851; }

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

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

background-color css

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

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

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

border-color css

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

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

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