Html Css Color HEX #EC2259 Amaranth

📋 copy color: '#EC2259'

red 236 ◦ green 34 ◦ blue 89

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

Shades of Amaranth #EC2259

Tints of Amaranth #EC2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.47%

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

R = 65.74%
G = 9.47%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC2259 (or 0xEC2259) is known color: Amaranth. HEX triplet: EC, 22 and 59. RGB value is (236,34,89). Sum of RGB (Red+Green+Blue) = 236+34+89=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2259 is #13DDA6. Grayscale: #646464. Windows color (decimal): -1301927 or 5841644. OLE color: 5841644.

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

Color convert

RGB 236 34 89 -
CMYK 0 0.86 0.62 0.07
HSL 343.66º 0.84% 0.53% -
HSV(B) 343.66º 0.86% 0.93% -
XYZ 36.97 19.7 11.3 -
YUV 100.67 121.42 224.53 -
System Red Green Blue C M Y K H S L
Decimal 236 34 89 0 0.86 0.62 0.07 343.66 0.84 0.53
Hex EC 22 59 0 56 3E 7 158 54 35
Octal 354 42 131 0 126 76 7 530 124 65
Binary 11101100 100010 1011001 0 1010110 111110 111 101011000 1010100 110101

Color Harmonies of #EC2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2259

Black with #EC2259

Text Example


Text Example

White with #EC2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2259; }

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

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

background-color css

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

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

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

border-color css

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

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

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