Html Css Color HEX #EC194F Amaranth

📋 copy color: '#EC194F'

red 236 ◦ green 25 ◦ blue 79

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

Shades of Amaranth #EC194F

Tints of Amaranth #EC194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.24%

R = 69.41%
G = 7.35%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC194F (or 0xEC194F) is known color: Amaranth. HEX triplet: EC, 19 and 4F. RGB value is (236,25,79). Sum of RGB (Red+Green+Blue) = 236+25+79=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC194F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC194F is #13E6B0. Grayscale: #5E5E5E. Windows color (decimal): -1304241 or 5183980. OLE color: 5183980.

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

Color convert

RGB 236 25 79 -
CMYK 0 0.89 0.67 0.07
HSL 344.64º 0.85% 0.51% -
HSV(B) 344.64º 0.89% 0.93% -
XYZ 36.35 19.09 9.17 -
YUV 94.25 119.4 229.11 -
System Red Green Blue C M Y K H S L
Decimal 236 25 79 0 0.89 0.67 0.07 344.64 0.85 0.51
Hex EC 19 4F 0 59 43 7 159 55 33
Octal 354 31 117 0 131 103 7 531 125 63
Binary 11101100 11001 1001111 0 1011001 1000011 111 101011001 1010101 110011

Color Harmonies of #EC194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC194F

Black with #EC194F

Text Example


Text Example

White with #EC194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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