Html Css Color HEX #E3194F Amaranth

📋 copy color: '#E3194F'

red 227 ◦ green 25 ◦ blue 79

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

Shades of Amaranth #E3194F

Tints of Amaranth #E3194F

RGB

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

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

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

R = 68.58%
G = 7.55%
B = 23.87%

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

#E3194F (or 0xE3194F) is known color: Amaranth. HEX triplet: E3, 19 and 4F. RGB value is (227,25,79). Sum of RGB (Red+Green+Blue) = 227+25+79=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E3194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3194F is #1CE6B0. Grayscale: #5B5B5B. Windows color (decimal): -1894065 or 5183971. OLE color: 5183971.

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

Color convert

RGB 227 25 79 -
CMYK 0 0.89 0.65 0.11
HSL 343.96º 0.8% 0.49% -
HSV(B) 343.96º 0.89% 0.89% -
XYZ 33.44 17.59 9.03 -
YUV 91.55 120.92 224.61 -
System Red Green Blue C M Y K H S L
Decimal 227 25 79 0 0.89 0.65 0.11 343.96 0.8 0.49
Hex E3 19 4F 0 59 41 B 158 50 31
Octal 343 31 117 0 131 101 13 530 120 61
Binary 11100011 11001 1001111 0 1011001 1000001 1011 101011000 1010000 110001

Color Harmonies of #E3194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3194F

Black with #E3194F

Text Example


Text Example

White with #E3194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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