Html Css Color HEX #EC2057 Amaranth

📋 copy color: '#EC2057'

red 236 ◦ green 32 ◦ blue 87

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

Shades of Amaranth #EC2057

Tints of Amaranth #EC2057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.01%

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

R = 66.48%
G = 9.01%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EC2057 (or 0xEC2057) is known color: Amaranth. HEX triplet: EC, 20 and 57. RGB value is (236,32,87). Sum of RGB (Red+Green+Blue) = 236+32+87=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2057 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2057 is #13DFA8. Grayscale: #636363. Windows color (decimal): -1302441 or 5710060. OLE color: 5710060.

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

Color convert

RGB 236 32 87 -
CMYK 0 0.86 0.63 0.07
HSL 343.82º 0.84% 0.53% -
HSV(B) 343.82º 0.86% 0.93% -
XYZ 36.83 19.55 10.85 -
YUV 99.27 121.09 225.53 -
System Red Green Blue C M Y K H S L
Decimal 236 32 87 0 0.86 0.63 0.07 343.82 0.84 0.53
Hex EC 20 57 0 56 3F 7 158 54 35
Octal 354 40 127 0 126 77 7 530 124 65
Binary 11101100 100000 1010111 0 1010110 111111 111 101011000 1010100 110101

Color Harmonies of #EC2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2057

Black with #EC2057

Text Example


Text Example

White with #EC2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2057; }

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

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

background-color css

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

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

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

border-color css

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

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

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