Html Css Color HEX #EC315A Amaranth

📋 copy color: '#EC315A'

red 236 ◦ green 49 ◦ blue 90

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

Shades of Amaranth #EC315A

Tints of Amaranth #EC315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24%

R = 62.93%
G = 13.07%
B = 24%

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

#EC315A (or 0xEC315A) is known color: Amaranth. HEX triplet: EC, 31 and 5A. RGB value is (236,49,90). Sum of RGB (Red+Green+Blue) = 236+49+90=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC315A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC315A is #13CEA5. Grayscale: #6D6D6D. Windows color (decimal): -1298086 or 5911020. OLE color: 5911020.

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

Color convert

RGB 236 49 90 -
CMYK 0 0.79 0.62 0.07
HSL 346.84º 0.83% 0.56% -
HSV(B) 346.84º 0.79% 0.93% -
XYZ 37.54 20.77 11.7 -
YUV 109.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 236 49 90 0 0.79 0.62 0.07 346.84 0.83 0.56
Hex EC 31 5A 0 4F 3E 7 15B 53 38
Octal 354 61 132 0 117 76 7 533 123 70
Binary 11101100 110001 1011010 0 1001111 111110 111 101011011 1010011 111000

Color Harmonies of #EC315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC315A

Black with #EC315A

Text Example


Text Example

White with #EC315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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