Html Css Color HEX #EC2459 Amaranth

📋 copy color: '#EC2459'

red 236 ◦ green 36 ◦ blue 89

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

Shades of Amaranth #EC2459

Tints of Amaranth #EC2459

RGB

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

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

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

R = 65.37%
G = 9.97%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC2459 (or 0xEC2459) is known color: Amaranth. HEX triplet: EC, 24 and 59. RGB value is (236,36,89). Sum of RGB (Red+Green+Blue) = 236+36+89=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2459 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2459 is #13DBA6. Grayscale: #656565. Windows color (decimal): -1301415 or 5842156. OLE color: 5842156.

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

Color convert

RGB 236 36 89 -
CMYK 0 0.85 0.62 0.07
HSL 344.1º 0.84% 0.53% -
HSV(B) 344.1º 0.85% 0.93% -
XYZ 37.03 19.82 11.32 -
YUV 101.84 120.76 223.69 -
System Red Green Blue C M Y K H S L
Decimal 236 36 89 0 0.85 0.62 0.07 344.1 0.84 0.53
Hex EC 24 59 0 55 3E 7 158 54 35
Octal 354 44 131 0 125 76 7 530 124 65
Binary 11101100 100100 1011001 0 1010101 111110 111 101011000 1010100 110101

Color Harmonies of #EC2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2459

Black with #EC2459

Text Example


Text Example

White with #EC2459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2459; }

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

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

background-color css

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

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

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

border-color css

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

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

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