Html Css Color HEX #EC365A Amaranth

📋 copy color: '#EC365A'

red 236 ◦ green 54 ◦ blue 90

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

Shades of Amaranth #EC365A

Tints of Amaranth #EC365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 62.11%
G = 14.21%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC365A (or 0xEC365A) is known color: Amaranth. HEX triplet: EC, 36 and 5A. RGB value is (236,54,90). Sum of RGB (Red+Green+Blue) = 236+54+90=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC365A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC365A is #13C9A5. Grayscale: #707070. Windows color (decimal): -1296806 or 5912300. OLE color: 5912300.

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

Color convert

RGB 236 54 90 -
CMYK 0 0.77 0.62 0.07
HSL 348.13º 0.83% 0.57% -
HSV(B) 348.13º 0.77% 0.93% -
XYZ 37.76 21.21 11.78 -
YUV 112.52 115.3 216.07 -
System Red Green Blue C M Y K H S L
Decimal 236 54 90 0 0.77 0.62 0.07 348.13 0.83 0.57
Hex EC 36 5A 0 4D 3E 7 15C 53 39
Octal 354 66 132 0 115 76 7 534 123 71
Binary 11101100 110110 1011010 0 1001101 111110 111 101011100 1010011 111001

Color Harmonies of #EC365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC365A

Black with #EC365A

Text Example


Text Example

White with #EC365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC365A; }

 p { color: rgb(236,54,90); }

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

background-color css

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

 a { background-color: rgb(236,54,90); }

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

border-color css

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

 span { border-color: rgb(236,54,90); }

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