Html Css Color HEX #EC3553 Amaranth

📋 copy color: '#EC3553'

red 236 ◦ green 53 ◦ blue 83

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

Shades of Amaranth #EC3553

Tints of Amaranth #EC3553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 63.44%
G = 14.25%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC3553 (or 0xEC3553) is known color: Amaranth. HEX triplet: EC, 35 and 53. RGB value is (236,53,83). Sum of RGB (Red+Green+Blue) = 236+53+83=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3553 is #13CAAC. Grayscale: #6F6F6F. Windows color (decimal): -1297069 or 5453292. OLE color: 5453292.

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

Color convert

RGB 236 53 83 -
CMYK 0 0.78 0.65 0.07
HSL 350.16º 0.83% 0.57% -
HSV(B) 350.16º 0.78% 0.93% -
XYZ 37.43 21 10.27 -
YUV 111.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 236 53 83 0 0.78 0.65 0.07 350.16 0.83 0.57
Hex EC 35 53 0 4E 41 7 15E 53 39
Octal 354 65 123 0 116 101 7 536 123 71
Binary 11101100 110101 1010011 0 1001110 1000001 111 101011110 1010011 111001

Color Harmonies of #EC3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3553

Black with #EC3553

Text Example


Text Example

White with #EC3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3553; }

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

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

background-color css

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

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

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

border-color css

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

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

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