Html Css Color HEX #EC4454 Amaranth

📋 copy color: '#EC4454'

red 236 ◦ green 68 ◦ blue 84

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

Shades of Amaranth #EC4454

Tints of Amaranth #EC4454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.53%

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

R = 60.82%
G = 17.53%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC4454 (or 0xEC4454) is known color: Amaranth. HEX triplet: EC, 44 and 54. RGB value is (236,68,84). Sum of RGB (Red+Green+Blue) = 236+68+84=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4454 is #13BBAB. Grayscale: #787878. Windows color (decimal): -1293228 or 5522668. OLE color: 5522668.

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

Color convert

RGB 236 68 84 -
CMYK 0 0.71 0.64 0.07
HSL 354.29º 0.82% 0.6% -
HSV(B) 354.29º 0.71% 0.93% -
XYZ 38.26 22.61 10.73 -
YUV 120.06 107.66 210.7 -
System Red Green Blue C M Y K H S L
Decimal 236 68 84 0 0.71 0.64 0.07 354.29 0.82 0.6
Hex EC 44 54 0 47 40 7 162 52 3C
Octal 354 104 124 0 107 100 7 542 122 74
Binary 11101100 1000100 1010100 0 1000111 1000000 111 101100010 1010010 111100

Color Harmonies of #EC4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4454

Black with #EC4454

Text Example


Text Example

White with #EC4454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4454; }

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

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

background-color css

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

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

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

border-color css

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

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

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