Html Css Color HEX #E3194E Amaranth

📋 copy color: '#E3194E'

red 227 ◦ green 25 ◦ blue 78

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

Shades of Amaranth #E3194E

Tints of Amaranth #E3194E

RGB

 RED value IS 227 (89.06% from 255) = 68.79%

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

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

R = 68.79%
G = 7.58%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3194E (or 0xE3194E) is known color: Amaranth. HEX triplet: E3, 19 and 4E. RGB value is (227,25,78). Sum of RGB (Red+Green+Blue) = 227+25+78=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E3194E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3194E is #1CE6B1. Grayscale: #5B5B5B. Windows color (decimal): -1894066 or 5118435. OLE color: 5118435.

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

Color convert

RGB 227 25 78 -
CMYK 0 0.89 0.66 0.11
HSL 344.26º 0.8% 0.49% -
HSV(B) 344.26º 0.89% 0.89% -
XYZ 33.4 17.58 8.84 -
YUV 91.44 120.42 224.69 -
System Red Green Blue C M Y K H S L
Decimal 227 25 78 0 0.89 0.66 0.11 344.26 0.8 0.49
Hex E3 19 4E 0 59 42 B 158 50 31
Octal 343 31 116 0 131 102 13 530 120 61
Binary 11100011 11001 1001110 0 1011001 1000010 1011 101011000 1010000 110001

Color Harmonies of #E3194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3194E

Black with #E3194E

Text Example


Text Example

White with #E3194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3194E; }

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

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

background-color css

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

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

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

border-color css

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

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

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