Html Css Color HEX #EC2051 Amaranth

📋 copy color: '#EC2051'

red 236 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #EC2051

Tints of Amaranth #EC2051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.21%

R = 67.62%
G = 9.17%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC2051 (or 0xEC2051) is known color: Amaranth. HEX triplet: EC, 20 and 51. RGB value is (236,32,81). Sum of RGB (Red+Green+Blue) = 236+32+81=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2051 is #13DFAE. Grayscale: #626262. Windows color (decimal): -1302447 or 5316844. OLE color: 5316844.

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

Color convert

RGB 236 32 81 -
CMYK 0 0.86 0.66 0.07
HSL 345.59º 0.84% 0.53% -
HSV(B) 345.59º 0.86% 0.93% -
XYZ 36.59 19.46 9.61 -
YUV 98.58 118.09 226.02 -
System Red Green Blue C M Y K H S L
Decimal 236 32 81 0 0.86 0.66 0.07 345.59 0.84 0.53
Hex EC 20 51 0 56 42 7 15A 54 35
Octal 354 40 121 0 126 102 7 532 124 65
Binary 11101100 100000 1010001 0 1010110 1000010 111 101011010 1010100 110101

Color Harmonies of #EC2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2051

Black with #EC2051

Text Example


Text Example

White with #EC2051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2051; }

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

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

background-color css

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

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

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

border-color css

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

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

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