Html Css Color HEX #EC315B Amaranth

📋 copy color: '#EC315B'

red 236 ◦ green 49 ◦ blue 91

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

Shades of Amaranth #EC315B

Tints of Amaranth #EC315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.03%

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

R = 62.77%
G = 13.03%
B = 24.2%

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

#EC315B (or 0xEC315B) is known color: Amaranth. HEX triplet: EC, 31 and 5B. RGB value is (236,49,91). Sum of RGB (Red+Green+Blue) = 236+49+91=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC315B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC315B is #13CEA4. Grayscale: #6D6D6D. Windows color (decimal): -1298085 or 5976556. OLE color: 5976556.

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

Color convert

RGB 236 49 91 -
CMYK 0 0.79 0.61 0.07
HSL 346.52º 0.83% 0.56% -
HSV(B) 346.52º 0.79% 0.93% -
XYZ 37.58 20.78 11.93 -
YUV 109.7 117.45 218.08 -
System Red Green Blue C M Y K H S L
Decimal 236 49 91 0 0.79 0.61 0.07 346.52 0.83 0.56
Hex EC 31 5B 0 4F 3D 7 15B 53 38
Octal 354 61 133 0 117 75 7 533 123 70
Binary 11101100 110001 1011011 0 1001111 111101 111 101011011 1010011 111000

Color Harmonies of #EC315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC315B

Black with #EC315B

Text Example


Text Example

White with #EC315B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC315B; }

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

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

background-color css

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

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

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

border-color css

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

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

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