Html Css Color HEX #E1194E Amaranth

📋 copy color: '#E1194E'

red 225 ◦ green 25 ◦ blue 78

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

Shades of Amaranth #E1194E

Tints of Amaranth #E1194E

RGB

 RED value IS 225 (88.28% from 255) = 68.6%

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

 BLUE value IS 78 (30.86% from 255) = 23.78%

R = 68.6%
G = 7.62%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1194E (or 0xE1194E) is known color: Amaranth. HEX triplet: E1, 19 and 4E. RGB value is (225,25,78). Sum of RGB (Red+Green+Blue) = 225+25+78=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E1194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1194E is #1EE6B1. Grayscale: #5A5A5A. Windows color (decimal): -2025138 or 5118433. OLE color: 5118433.

HSL color Cylindrical-coordinate representation of color #E1194E: hue angle of 344.1º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1194E is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 25 78 -
CMYK 0 0.89 0.65 0.12
HSL 344.1º 0.8% 0.49% -
HSV(B) 344.1º 0.89% 0.88% -
XYZ 32.77 17.25 8.81 -
YUV 90.84 120.76 223.69 -
System Red Green Blue C M Y K H S L
Decimal 225 25 78 0 0.89 0.65 0.12 344.1 0.8 0.49
Hex E1 19 4E 0 59 41 C 158 50 31
Octal 341 31 116 0 131 101 14 530 120 61
Binary 11100001 11001 1001110 0 1011001 1000001 1100 101011000 1010000 110001

Color Harmonies of #E1194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1194E

Black with #E1194E

Text Example


Text Example

White with #E1194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1194E; }

 p { color: rgb(225,25,78); }

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

background-color css

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

 a { background-color: rgb(225,25,78); }

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

border-color css

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

 span { border-color: rgb(225,25,78); }

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