Html Css Color HEX #EC1A51 Amaranth

📋 copy color: '#EC1A51'

red 236 ◦ green 26 ◦ blue 81

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

Shades of Amaranth #EC1A51

Tints of Amaranth #EC1A51

RGB

 RED value IS 236 (92.58% from 255) = 68.8%

 GREEN value IS 26 (10.55% from 255) = 7.58%

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

R = 68.8%
G = 7.58%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC1A51 (or 0xEC1A51) is known color: Amaranth. HEX triplet: EC, 1A and 51. RGB value is (236,26,81). Sum of RGB (Red+Green+Blue) = 236+26+81=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A51 is #13E5AE. Grayscale: #5F5F5F. Windows color (decimal): -1303983 or 5315308. OLE color: 5315308.

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

Color convert

RGB 236 26 81 -
CMYK 0 0.89 0.66 0.07
HSL 344.29º 0.85% 0.51% -
HSV(B) 344.29º 0.89% 0.93% -
XYZ 36.45 19.17 9.56 -
YUV 95.06 120.07 228.53 -
System Red Green Blue C M Y K H S L
Decimal 236 26 81 0 0.89 0.66 0.07 344.29 0.85 0.51
Hex EC 1A 51 0 59 42 7 158 55 33
Octal 354 32 121 0 131 102 7 530 125 63
Binary 11101100 11010 1010001 0 1011001 1000010 111 101011000 1010101 110011

Color Harmonies of #EC1A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A51

Black with #EC1A51

Text Example


Text Example

White with #EC1A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A51; }

 p { color: rgb(236,26,81); }

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

background-color css

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

 a { background-color: rgb(236,26,81); }

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

border-color css

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

 span { border-color: rgb(236,26,81); }

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