Html Css Color HEX #EC365C Amaranth

📋 copy color: '#EC365C'

red 236 ◦ green 54 ◦ blue 92

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

Shades of Amaranth #EC365C

Tints of Amaranth #EC365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 61.78%
G = 14.14%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC365C (or 0xEC365C) is known color: Amaranth. HEX triplet: EC, 36 and 5C. RGB value is (236,54,92). Sum of RGB (Red+Green+Blue) = 236+54+92=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC365C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC365C is #13C9A3. Grayscale: #707070. Windows color (decimal): -1296804 or 6043372. OLE color: 6043372.

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

Color convert

RGB 236 54 92 -
CMYK 0 0.77 0.61 0.07
HSL 347.47º 0.83% 0.57% -
HSV(B) 347.47º 0.77% 0.93% -
XYZ 37.84 21.24 12.23 -
YUV 112.75 116.3 215.91 -
System Red Green Blue C M Y K H S L
Decimal 236 54 92 0 0.77 0.61 0.07 347.47 0.83 0.57
Hex EC 36 5C 0 4D 3D 7 15B 53 39
Octal 354 66 134 0 115 75 7 533 123 71
Binary 11101100 110110 1011100 0 1001101 111101 111 101011011 1010011 111001

Color Harmonies of #EC365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC365C

Black with #EC365C

Text Example


Text Example

White with #EC365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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