Html Css Color HEX #EC3259 Amaranth

📋 copy color: '#EC3259'

red 236 ◦ green 50 ◦ blue 89

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

Shades of Amaranth #EC3259

Tints of Amaranth #EC3259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

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

R = 62.93%
G = 13.33%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC3259 (or 0xEC3259) is known color: Amaranth. HEX triplet: EC, 32 and 59. RGB value is (236,50,89). Sum of RGB (Red+Green+Blue) = 236+50+89=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3259 is #13CDA6. Grayscale: #6E6E6E. Windows color (decimal): -1297831 or 5845740. OLE color: 5845740.

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

Color convert

RGB 236 50 89 -
CMYK 0 0.79 0.62 0.07
HSL 347.42º 0.83% 0.56% -
HSV(B) 347.42º 0.79% 0.93% -
XYZ 37.54 20.84 11.49 -
YUV 110.06 116.12 217.83 -
System Red Green Blue C M Y K H S L
Decimal 236 50 89 0 0.79 0.62 0.07 347.42 0.83 0.56
Hex EC 32 59 0 4F 3E 7 15B 53 38
Octal 354 62 131 0 117 76 7 533 123 70
Binary 11101100 110010 1011001 0 1001111 111110 111 101011011 1010011 111000

Color Harmonies of #EC3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3259

Black with #EC3259

Text Example


Text Example

White with #EC3259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3259; }

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

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

background-color css

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

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

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

border-color css

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

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

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