Html Css Color HEX #E3394D Amaranth

📋 copy color: '#E3394D'

red 227 ◦ green 57 ◦ blue 77

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

Shades of Amaranth #E3394D

Tints of Amaranth #E3394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

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

R = 62.88%
G = 15.79%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3394D (or 0xE3394D) is known color: Amaranth. HEX triplet: E3, 39 and 4D. RGB value is (227,57,77). Sum of RGB (Red+Green+Blue) = 227+57+77=361 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.88% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 227 - color contains mainly: red. Hex color #E3394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3394D is #1CC6B2. Grayscale: #6E6E6E. Windows color (decimal): -1885875 or 5061091. OLE color: 5061091.

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

Color convert

RGB 227 57 77 -
CMYK 0 0.75 0.66 0.11
HSL 352.94º 0.75% 0.56% -
HSV(B) 352.94º 0.75% 0.89% -
XYZ 34.48 19.79 9.02 -
YUV 110.11 109.32 211.37 -
System Red Green Blue C M Y K H S L
Decimal 227 57 77 0 0.75 0.66 0.11 352.94 0.75 0.56
Hex E3 39 4D 0 4B 42 B 161 4B 38
Octal 343 71 115 0 113 102 13 541 113 70
Binary 11100011 111001 1001101 0 1001011 1000010 1011 101100001 1001011 111000

Color Harmonies of #E3394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3394D

Black with #E3394D

Text Example


Text Example

White with #E3394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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