Html Css Color HEX #EC2759 Amaranth

📋 copy color: '#EC2759'

red 236 ◦ green 39 ◦ blue 89

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

Shades of Amaranth #EC2759

Tints of Amaranth #EC2759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.71%

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

R = 64.84%
G = 10.71%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC2759 (or 0xEC2759) is known color: Amaranth. HEX triplet: EC, 27 and 59. RGB value is (236,39,89). Sum of RGB (Red+Green+Blue) = 236+39+89=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2759 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2759 is #13D8A6. Grayscale: #676767. Windows color (decimal): -1300647 or 5842924. OLE color: 5842924.

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

Color convert

RGB 236 39 89 -
CMYK 0 0.83 0.62 0.07
HSL 344.77º 0.84% 0.54% -
HSV(B) 344.77º 0.83% 0.93% -
XYZ 37.12 20.01 11.36 -
YUV 103.6 119.77 222.43 -
System Red Green Blue C M Y K H S L
Decimal 236 39 89 0 0.83 0.62 0.07 344.77 0.84 0.54
Hex EC 27 59 0 53 3E 7 159 54 36
Octal 354 47 131 0 123 76 7 531 124 66
Binary 11101100 100111 1011001 0 1010011 111110 111 101011001 1010100 110110

Color Harmonies of #EC2759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2759

Black with #EC2759

Text Example


Text Example

White with #EC2759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2759; }

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

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

background-color css

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

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

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

border-color css

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

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

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