Html Css Color HEX #EC3459 Amaranth

📋 copy color: '#EC3459'

red 236 ◦ green 52 ◦ blue 89

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

Shades of Amaranth #EC3459

Tints of Amaranth #EC3459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 62.6%
G = 13.79%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC3459 (or 0xEC3459) is known color: Amaranth. HEX triplet: EC, 34 and 59. RGB value is (236,52,89). Sum of RGB (Red+Green+Blue) = 236+52+89=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3459 is #13CBA6. Grayscale: #6F6F6F. Windows color (decimal): -1297319 or 5846252. OLE color: 5846252.

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

Color convert

RGB 236 52 89 -
CMYK 0 0.78 0.62 0.07
HSL 347.93º 0.83% 0.56% -
HSV(B) 347.93º 0.78% 0.93% -
XYZ 37.62 21.01 11.52 -
YUV 111.23 115.46 216.99 -
System Red Green Blue C M Y K H S L
Decimal 236 52 89 0 0.78 0.62 0.07 347.93 0.83 0.56
Hex EC 34 59 0 4E 3E 7 15C 53 38
Octal 354 64 131 0 116 76 7 534 123 70
Binary 11101100 110100 1011001 0 1001110 111110 111 101011100 1010011 111000

Color Harmonies of #EC3459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3459

Black with #EC3459

Text Example


Text Example

White with #EC3459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3459; }

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

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

background-color css

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

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

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

border-color css

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

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

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