Html Css Color HEX #EC2856 Amaranth

📋 copy color: '#EC2856'

red 236 ◦ green 40 ◦ blue 86

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

Shades of Amaranth #EC2856

Tints of Amaranth #EC2856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.76%

R = 65.19%
G = 11.05%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC2856 (or 0xEC2856) is known color: Amaranth. HEX triplet: EC, 28 and 56. RGB value is (236,40,86). Sum of RGB (Red+Green+Blue) = 236+40+86=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2856 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2856 is #13D7A9. Grayscale: #676767. Windows color (decimal): -1300394 or 5646572. OLE color: 5646572.

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

Color convert

RGB 236 40 86 -
CMYK 0 0.83 0.64 0.07
HSL 345.92º 0.84% 0.54% -
HSV(B) 345.92º 0.83% 0.93% -
XYZ 37.03 20.02 10.72 -
YUV 103.85 117.93 222.26 -
System Red Green Blue C M Y K H S L
Decimal 236 40 86 0 0.83 0.64 0.07 345.92 0.84 0.54
Hex EC 28 56 0 53 40 7 15A 54 36
Octal 354 50 126 0 123 100 7 532 124 66
Binary 11101100 101000 1010110 0 1010011 1000000 111 101011010 1010100 110110

Color Harmonies of #EC2856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2856

Black with #EC2856

Text Example


Text Example

White with #EC2856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2856; }

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

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

background-color css

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

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

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

border-color css

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

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

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