Html Css Color HEX #EC2454 Amaranth

📋 copy color: '#EC2454'

red 236 ◦ green 36 ◦ blue 84

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

Shades of Amaranth #EC2454

Tints of Amaranth #EC2454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.11%

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

R = 66.29%
G = 10.11%
B = 23.6%

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

#EC2454 (or 0xEC2454) is known color: Amaranth. HEX triplet: EC, 24 and 54. RGB value is (236,36,84). Sum of RGB (Red+Green+Blue) = 236+36+84=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2454 is #13DBAB. Grayscale: #656565. Windows color (decimal): -1301420 or 5514476. OLE color: 5514476.

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

Color convert

RGB 236 36 84 -
CMYK 0 0.85 0.64 0.07
HSL 345.6º 0.84% 0.53% -
HSV(B) 345.6º 0.85% 0.93% -
XYZ 36.82 19.73 10.26 -
YUV 101.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 236 36 84 0 0.85 0.64 0.07 345.6 0.84 0.53
Hex EC 24 54 0 55 40 7 15A 54 35
Octal 354 44 124 0 125 100 7 532 124 65
Binary 11101100 100100 1010100 0 1010101 1000000 111 101011010 1010100 110101

Color Harmonies of #EC2454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2454

Black with #EC2454

Text Example


Text Example

White with #EC2454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2454; }

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

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

background-color css

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

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

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

border-color css

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

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

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