Html Css Color HEX #EC3559 Amaranth

📋 copy color: '#EC3559'

red 236 ◦ green 53 ◦ blue 89

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

Shades of Amaranth #EC3559

Tints of Amaranth #EC3559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

 BLUE value IS 89 (35.16% from 255) = 23.54%

R = 62.43%
G = 14.02%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC3559 (or 0xEC3559) is known color: Amaranth. HEX triplet: EC, 35 and 59. RGB value is (236,53,89). Sum of RGB (Red+Green+Blue) = 236+53+89=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3559 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3559 is #13CAA6. Grayscale: #6F6F6F. Windows color (decimal): -1297063 or 5846508. OLE color: 5846508.

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

Color convert

RGB 236 53 89 -
CMYK 0 0.78 0.62 0.07
HSL 348.2º 0.83% 0.57% -
HSV(B) 348.2º 0.78% 0.93% -
XYZ 37.67 21.1 11.54 -
YUV 111.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 236 53 89 0 0.78 0.62 0.07 348.2 0.83 0.57
Hex EC 35 59 0 4E 3E 7 15C 53 39
Octal 354 65 131 0 116 76 7 534 123 71
Binary 11101100 110101 1011001 0 1001110 111110 111 101011100 1010011 111001

Color Harmonies of #EC3559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3559

Black with #EC3559

Text Example


Text Example

White with #EC3559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3559; }

 p { color: rgb(236,53,89); }

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

background-color css

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

 a { background-color: rgb(236,53,89); }

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

border-color css

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

 span { border-color: rgb(236,53,89); }

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