Html Css Color HEX #EC2354 Amaranth

📋 copy color: '#EC2354'

red 236 ◦ green 35 ◦ blue 84

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

Shades of Amaranth #EC2354

Tints of Amaranth #EC2354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.86%

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

R = 66.48%
G = 9.86%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC2354 (or 0xEC2354) is known color: Amaranth. HEX triplet: EC, 23 and 54. RGB value is (236,35,84). Sum of RGB (Red+Green+Blue) = 236+35+84=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2354 is #13DCAB. Grayscale: #646464. Windows color (decimal): -1301676 or 5514220. OLE color: 5514220.

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

Color convert

RGB 236 35 84 -
CMYK 0 0.85 0.64 0.07
HSL 345.37º 0.84% 0.53% -
HSV(B) 345.37º 0.85% 0.93% -
XYZ 36.79 19.68 10.25 -
YUV 100.69 118.59 224.52 -
System Red Green Blue C M Y K H S L
Decimal 236 35 84 0 0.85 0.64 0.07 345.37 0.84 0.53
Hex EC 23 54 0 55 40 7 159 54 35
Octal 354 43 124 0 125 100 7 531 124 65
Binary 11101100 100011 1010100 0 1010101 1000000 111 101011001 1010100 110101

Color Harmonies of #EC2354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2354

Black with #EC2354

Text Example


Text Example

White with #EC2354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2354; }

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

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

background-color css

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

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

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

border-color css

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

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

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