Html Css Color HEX #EC3F57 Amaranth

📋 copy color: '#EC3F57'

red 236 ◦ green 63 ◦ blue 87

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

Shades of Amaranth #EC3F57

Tints of Amaranth #EC3F57

RGB

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

 GREEN value IS 63 (25% from 255) = 16.32%

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

R = 61.14%
G = 16.32%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC3F57 (or 0xEC3F57) is known color: Amaranth. HEX triplet: EC, 3F and 57. RGB value is (236,63,87). Sum of RGB (Red+Green+Blue) = 236+63+87=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F57 is #13C0A8. Grayscale: #757575. Windows color (decimal): -1294505 or 5717996. OLE color: 5717996.

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

Color convert

RGB 236 63 87 -
CMYK 0 0.73 0.63 0.07
HSL 351.68º 0.82% 0.59% -
HSV(B) 351.68º 0.73% 0.93% -
XYZ 38.09 22.08 11.27 -
YUV 117.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 236 63 87 0 0.73 0.63 0.07 351.68 0.82 0.59
Hex EC 3F 57 0 49 3F 7 160 52 3B
Octal 354 77 127 0 111 77 7 540 122 73
Binary 11101100 111111 1010111 0 1001001 111111 111 101100000 1010010 111011

Color Harmonies of #EC3F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F57

Black with #EC3F57

Text Example


Text Example

White with #EC3F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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