Html Css Color HEX #EC2851 Amaranth

📋 copy color: '#EC2851'

red 236 ◦ green 40 ◦ blue 81

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

Shades of Amaranth #EC2851

Tints of Amaranth #EC2851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

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

R = 66.11%
G = 11.2%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC2851 (or 0xEC2851) is known color: Amaranth. HEX triplet: EC, 28 and 51. RGB value is (236,40,81). Sum of RGB (Red+Green+Blue) = 236+40+81=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2851 is #13D7AE. Grayscale: #676767. Windows color (decimal): -1300399 or 5318892. OLE color: 5318892.

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

Color convert

RGB 236 40 81 -
CMYK 0 0.83 0.66 0.07
HSL 347.45º 0.84% 0.54% -
HSV(B) 347.45º 0.83% 0.93% -
XYZ 36.84 19.94 9.69 -
YUV 103.28 115.43 222.67 -
System Red Green Blue C M Y K H S L
Decimal 236 40 81 0 0.83 0.66 0.07 347.45 0.84 0.54
Hex EC 28 51 0 53 42 7 15B 54 36
Octal 354 50 121 0 123 102 7 533 124 66
Binary 11101100 101000 1010001 0 1010011 1000010 111 101011011 1010100 110110

Color Harmonies of #EC2851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2851

Black with #EC2851

Text Example


Text Example

White with #EC2851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2851; }

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

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

background-color css

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

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

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

border-color css

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

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

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