Html Css Color HEX #EC315C Amaranth

📋 copy color: '#EC315C'

red 236 ◦ green 49 ◦ blue 92

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

Shades of Amaranth #EC315C

Tints of Amaranth #EC315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 62.6%
G = 13%
B = 24.4%

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

#EC315C (or 0xEC315C) is known color: Amaranth. HEX triplet: EC, 31 and 5C. RGB value is (236,49,92). Sum of RGB (Red+Green+Blue) = 236+49+92=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC315C is #13CEA3. Grayscale: #6D6D6D. Windows color (decimal): -1298084 or 6042092. OLE color: 6042092.

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

Color convert

RGB 236 49 92 -
CMYK 0 0.79 0.61 0.07
HSL 346.2º 0.83% 0.56% -
HSV(B) 346.2º 0.79% 0.93% -
XYZ 37.62 20.8 12.16 -
YUV 109.82 117.95 218 -
System Red Green Blue C M Y K H S L
Decimal 236 49 92 0 0.79 0.61 0.07 346.2 0.83 0.56
Hex EC 31 5C 0 4F 3D 7 15A 53 38
Octal 354 61 134 0 117 75 7 532 123 70
Binary 11101100 110001 1011100 0 1001111 111101 111 101011010 1010011 111000

Color Harmonies of #EC315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC315C

Black with #EC315C

Text Example


Text Example

White with #EC315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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