Html Css Color HEX #E3194D Amaranth

📋 copy color: '#E3194D'

red 227 ◦ green 25 ◦ blue 77

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

Shades of Amaranth #E3194D

Tints of Amaranth #E3194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 69%
G = 7.6%
B = 23.4%

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

#E3194D (or 0xE3194D) is known color: Amaranth. HEX triplet: E3, 19 and 4D. RGB value is (227,25,77). Sum of RGB (Red+Green+Blue) = 227+25+77=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E3194D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3194D is #1CE6B2. Grayscale: #5B5B5B. Windows color (decimal): -1894067 or 5052899. OLE color: 5052899.

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

Color convert

RGB 227 25 77 -
CMYK 0 0.89 0.66 0.11
HSL 344.55º 0.8% 0.49% -
HSV(B) 344.55º 0.89% 0.89% -
XYZ 33.37 17.56 8.65 -
YUV 91.33 119.92 224.77 -
System Red Green Blue C M Y K H S L
Decimal 227 25 77 0 0.89 0.66 0.11 344.55 0.8 0.49
Hex E3 19 4D 0 59 42 B 159 50 31
Octal 343 31 115 0 131 102 13 531 120 61
Binary 11100011 11001 1001101 0 1011001 1000010 1011 101011001 1010000 110001

Color Harmonies of #E3194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3194D

Black with #E3194D

Text Example


Text Example

White with #E3194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3194D; }

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

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

background-color css

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

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

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

border-color css

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

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

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