Html Css Color HEX #EC3454 Amaranth

📋 copy color: '#EC3454'

red 236 ◦ green 52 ◦ blue 84

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

Shades of Amaranth #EC3454

Tints of Amaranth #EC3454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.98%

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

R = 63.44%
G = 13.98%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC3454 (or 0xEC3454) is known color: Amaranth. HEX triplet: EC, 34 and 54. RGB value is (236,52,84). Sum of RGB (Red+Green+Blue) = 236+52+84=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3454 is #13CBAB. Grayscale: #6E6E6E. Windows color (decimal): -1297324 or 5518572. OLE color: 5518572.

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

Color convert

RGB 236 52 84 -
CMYK 0 0.78 0.64 0.07
HSL 349.57º 0.83% 0.56% -
HSV(B) 349.57º 0.78% 0.93% -
XYZ 37.42 20.93 10.45 -
YUV 110.66 112.96 217.4 -
System Red Green Blue C M Y K H S L
Decimal 236 52 84 0 0.78 0.64 0.07 349.57 0.83 0.56
Hex EC 34 54 0 4E 40 7 15E 53 38
Octal 354 64 124 0 116 100 7 536 123 70
Binary 11101100 110100 1010100 0 1001110 1000000 111 101011110 1010011 111000

Color Harmonies of #EC3454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3454

Black with #EC3454

Text Example


Text Example

White with #EC3454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3454; }

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

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

background-color css

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

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

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

border-color css

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

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

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