Html Css Color HEX #EC2554 Amaranth

📋 copy color: '#EC2554'

red 236 ◦ green 37 ◦ blue 84

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

Shades of Amaranth #EC2554

Tints of Amaranth #EC2554

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

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

R = 66.11%
G = 10.36%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC2554 (or 0xEC2554) is known color: Amaranth. HEX triplet: EC, 25 and 54. RGB value is (236,37,84). Sum of RGB (Red+Green+Blue) = 236+37+84=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2554 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2554 is #13DAAB. Grayscale: #656565. Windows color (decimal): -1301164 or 5514732. OLE color: 5514732.

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

Color convert

RGB 236 37 84 -
CMYK 0 0.84 0.64 0.07
HSL 345.83º 0.84% 0.54% -
HSV(B) 345.83º 0.84% 0.93% -
XYZ 36.85 19.8 10.27 -
YUV 101.86 117.93 223.68 -
System Red Green Blue C M Y K H S L
Decimal 236 37 84 0 0.84 0.64 0.07 345.83 0.84 0.54
Hex EC 25 54 0 54 40 7 15A 54 36
Octal 354 45 124 0 124 100 7 532 124 66
Binary 11101100 100101 1010100 0 1010100 1000000 111 101011010 1010100 110110

Color Harmonies of #EC2554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2554

Black with #EC2554

Text Example


Text Example

White with #EC2554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2554; }

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

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

background-color css

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

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

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

border-color css

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

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

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