Html Css Color HEX #EC2859 Amaranth

📋 copy color: '#EC2859'

red 236 ◦ green 40 ◦ blue 89

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

Shades of Amaranth #EC2859

Tints of Amaranth #EC2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.96%

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

R = 64.66%
G = 10.96%
B = 24.38%

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

#EC2859 (or 0xEC2859) is known color: Amaranth. HEX triplet: EC, 28 and 59. RGB value is (236,40,89). Sum of RGB (Red+Green+Blue) = 236+40+89=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2859 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2859 is #13D7A6. Grayscale: #686868. Windows color (decimal): -1300391 or 5843180. OLE color: 5843180.

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

Color convert

RGB 236 40 89 -
CMYK 0 0.83 0.62 0.07
HSL 345º 0.84% 0.54% -
HSV(B) 345º 0.83% 0.93% -
XYZ 37.15 20.07 11.37 -
YUV 104.19 119.43 222.02 -
System Red Green Blue C M Y K H S L
Decimal 236 40 89 0 0.83 0.62 0.07 345 0.84 0.54
Hex EC 28 59 0 53 3E 7 159 54 36
Octal 354 50 131 0 123 76 7 531 124 66
Binary 11101100 101000 1011001 0 1010011 111110 111 101011001 1010100 110110

Color Harmonies of #EC2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2859

Black with #EC2859

Text Example


Text Example

White with #EC2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2859; }

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

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

background-color css

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

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

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

border-color css

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

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

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