Html Css Color HEX #EC2157 Amaranth

📋 copy color: '#EC2157'

red 236 ◦ green 33 ◦ blue 87

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

Shades of Amaranth #EC2157

Tints of Amaranth #EC2157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.27%

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

R = 66.29%
G = 9.27%
B = 24.44%

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

#EC2157 (or 0xEC2157) is known color: Amaranth. HEX triplet: EC, 21 and 57. RGB value is (236,33,87). Sum of RGB (Red+Green+Blue) = 236+33+87=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2157 is #13DEA8. Grayscale: #636363. Windows color (decimal): -1302185 or 5710316. OLE color: 5710316.

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

Color convert

RGB 236 33 87 -
CMYK 0 0.86 0.63 0.07
HSL 344.04º 0.84% 0.53% -
HSV(B) 344.04º 0.86% 0.93% -
XYZ 36.86 19.61 10.86 -
YUV 99.85 120.75 225.11 -
System Red Green Blue C M Y K H S L
Decimal 236 33 87 0 0.86 0.63 0.07 344.04 0.84 0.53
Hex EC 21 57 0 56 3F 7 158 54 35
Octal 354 41 127 0 126 77 7 530 124 65
Binary 11101100 100001 1010111 0 1010110 111111 111 101011000 1010100 110101

Color Harmonies of #EC2157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2157

Black with #EC2157

Text Example


Text Example

White with #EC2157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2157; }

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

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

background-color css

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

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

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

border-color css

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

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

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