Html Css Color HEX #E2194E Amaranth

📋 copy color: '#E2194E'

red 226 ◦ green 25 ◦ blue 78

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

Shades of Amaranth #E2194E

Tints of Amaranth #E2194E

RGB

 RED value IS 226 (88.67% from 255) = 68.69%

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

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

R = 68.69%
G = 7.6%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2194E (or 0xE2194E) is known color: Amaranth. HEX triplet: E2, 19 and 4E. RGB value is (226,25,78). Sum of RGB (Red+Green+Blue) = 226+25+78=329 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.69% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 226 - color contains mainly: red. Hex color #E2194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2194E is #1DE6B1. Grayscale: #5B5B5B. Windows color (decimal): -1959602 or 5118434. OLE color: 5118434.

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

Color convert

RGB 226 25 78 -
CMYK 0 0.89 0.65 0.11
HSL 344.18º 0.8% 0.49% -
HSV(B) 344.18º 0.89% 0.89% -
XYZ 33.09 17.41 8.83 -
YUV 91.14 120.59 224.19 -
System Red Green Blue C M Y K H S L
Decimal 226 25 78 0 0.89 0.65 0.11 344.18 0.8 0.49
Hex E2 19 4E 0 59 41 B 158 50 31
Octal 342 31 116 0 131 101 13 530 120 61
Binary 11100010 11001 1001110 0 1011001 1000001 1011 101011000 1010000 110001

Color Harmonies of #E2194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2194E

Black with #E2194E

Text Example


Text Example

White with #E2194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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