Html Css Color HEX #EC1950 Amaranth

📋 copy color: '#EC1950'

red 236 ◦ green 25 ◦ blue 80

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

Shades of Amaranth #EC1950

Tints of Amaranth #EC1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 69.21%
G = 7.33%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC1950 (or 0xEC1950) is known color: Amaranth. HEX triplet: EC, 19 and 50. RGB value is (236,25,80). Sum of RGB (Red+Green+Blue) = 236+25+80=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1950 is #13E6AF. Grayscale: #5E5E5E. Windows color (decimal): -1304240 or 5249516. OLE color: 5249516.

HSL color Cylindrical-coordinate representation of color #EC1950: hue angle of 344.36º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1950 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 80 -
CMYK 0 0.89 0.66 0.07
HSL 344.36º 0.85% 0.51% -
HSV(B) 344.36º 0.89% 0.93% -
XYZ 36.39 19.11 9.36 -
YUV 94.36 119.9 229.03 -
System Red Green Blue C M Y K H S L
Decimal 236 25 80 0 0.89 0.66 0.07 344.36 0.85 0.51
Hex EC 19 50 0 59 42 7 158 55 33
Octal 354 31 120 0 131 102 7 530 125 63
Binary 11101100 11001 1010000 0 1011001 1000010 111 101011000 1010101 110011

Color Harmonies of #EC1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1950

Black with #EC1950

Text Example


Text Example

White with #EC1950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1950; }

 p { color: rgb(236,25,80); }

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

background-color css

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

 a { background-color: rgb(236,25,80); }

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

border-color css

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

 span { border-color: rgb(236,25,80); }

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