Html Css Color HEX #EC2A56 Amaranth

📋 copy color: '#EC2A56'

red 236 ◦ green 42 ◦ blue 86

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

Shades of Amaranth #EC2A56

Tints of Amaranth #EC2A56

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.54%

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

R = 64.84%
G = 11.54%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC2A56 (or 0xEC2A56) is known color: Amaranth. HEX triplet: EC, 2A and 56. RGB value is (236,42,86). Sum of RGB (Red+Green+Blue) = 236+42+86=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2A56 is #13D5A9. Grayscale: #696969. Windows color (decimal): -1299882 or 5647084. OLE color: 5647084.

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

Color convert

RGB 236 42 86 -
CMYK 0 0.82 0.64 0.07
HSL 346.39º 0.84% 0.55% -
HSV(B) 346.39º 0.82% 0.93% -
XYZ 37.1 20.16 10.74 -
YUV 105.02 117.27 221.42 -
System Red Green Blue C M Y K H S L
Decimal 236 42 86 0 0.82 0.64 0.07 346.39 0.84 0.55
Hex EC 2A 56 0 52 40 7 15A 54 37
Octal 354 52 126 0 122 100 7 532 124 67
Binary 11101100 101010 1010110 0 1010010 1000000 111 101011010 1010100 110111

Color Harmonies of #EC2A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2A56

Black with #EC2A56

Text Example


Text Example

White with #EC2A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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