Html Css Color HEX #EC325B Amaranth

📋 copy color: '#EC325B'

red 236 ◦ green 50 ◦ blue 91

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

Shades of Amaranth #EC325B

Tints of Amaranth #EC325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 62.6%
G = 13.26%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC325B (or 0xEC325B) is known color: Amaranth. HEX triplet: EC, 32 and 5B. RGB value is (236,50,91). Sum of RGB (Red+Green+Blue) = 236+50+91=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC325B is #13CDA4. Grayscale: #6E6E6E. Windows color (decimal): -1297829 or 5976812. OLE color: 5976812.

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

Color convert

RGB 236 50 91 -
CMYK 0 0.79 0.61 0.07
HSL 346.77º 0.83% 0.56% -
HSV(B) 346.77º 0.79% 0.93% -
XYZ 37.62 20.87 11.94 -
YUV 110.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 236 50 91 0 0.79 0.61 0.07 346.77 0.83 0.56
Hex EC 32 5B 0 4F 3D 7 15B 53 38
Octal 354 62 133 0 117 75 7 533 123 70
Binary 11101100 110010 1011011 0 1001111 111101 111 101011011 1010011 111000

Color Harmonies of #EC325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC325B

Black with #EC325B

Text Example


Text Example

White with #EC325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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