Html Css Color HEX #EC2154 Amaranth

📋 copy color: '#EC2154'

red 236 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #EC2154

Tints of Amaranth #EC2154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.8%

R = 66.86%
G = 9.35%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC2154 (or 0xEC2154) is known color: Amaranth. HEX triplet: EC, 21 and 54. RGB value is (236,33,84). Sum of RGB (Red+Green+Blue) = 236+33+84=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2154 is #13DEAB. Grayscale: #636363. Windows color (decimal): -1302188 or 5513708. OLE color: 5513708.

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

Color convert

RGB 236 33 84 -
CMYK 0 0.86 0.64 0.07
HSL 344.93º 0.84% 0.53% -
HSV(B) 344.93º 0.86% 0.93% -
XYZ 36.74 19.56 10.23 -
YUV 99.51 119.25 225.35 -
System Red Green Blue C M Y K H S L
Decimal 236 33 84 0 0.86 0.64 0.07 344.93 0.84 0.53
Hex EC 21 54 0 56 40 7 159 54 35
Octal 354 41 124 0 126 100 7 531 124 65
Binary 11101100 100001 1010100 0 1010110 1000000 111 101011001 1010100 110101

Color Harmonies of #EC2154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2154

Black with #EC2154

Text Example


Text Example

White with #EC2154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2154; }

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

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

background-color css

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

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

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

border-color css

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

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

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