Html Css Color HEX #EC3A57 Amaranth

📋 copy color: '#EC3A57'

red 236 ◦ green 58 ◦ blue 87

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

Shades of Amaranth #EC3A57

Tints of Amaranth #EC3A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.22%

 BLUE value IS 87 (34.38% from 255) = 22.83%

R = 61.94%
G = 15.22%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC3A57 (or 0xEC3A57) is known color: Amaranth. HEX triplet: EC, 3A and 57. RGB value is (236,58,87). Sum of RGB (Red+Green+Blue) = 236+58+87=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3A57 is #13C5A8. Grayscale: #727272. Windows color (decimal): -1295785 or 5716716. OLE color: 5716716.

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

Color convert

RGB 236 58 87 -
CMYK 0 0.75 0.63 0.07
HSL 350.22º 0.82% 0.58% -
HSV(B) 350.22º 0.75% 0.93% -
XYZ 37.83 21.55 11.18 -
YUV 114.53 112.47 214.64 -
System Red Green Blue C M Y K H S L
Decimal 236 58 87 0 0.75 0.63 0.07 350.22 0.82 0.58
Hex EC 3A 57 0 4B 3F 7 15E 52 3A
Octal 354 72 127 0 113 77 7 536 122 72
Binary 11101100 111010 1010111 0 1001011 111111 111 101011110 1010010 111010

Color Harmonies of #EC3A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3A57

Black with #EC3A57

Text Example


Text Example

White with #EC3A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3A57; }

 p { color: rgb(236,58,87); }

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

background-color css

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

 a { background-color: rgb(236,58,87); }

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

border-color css

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

 span { border-color: rgb(236,58,87); }

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