Html Css Color HEX #E3394B Amaranth

📋 copy color: '#E3394B'

red 227 ◦ green 57 ◦ blue 75

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

Shades of Amaranth #E3394B

Tints of Amaranth #E3394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.89%

R = 63.23%
G = 15.88%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3394B (or 0xE3394B) is known color: Amaranth. HEX triplet: E3, 39 and 4B. RGB value is (227,57,75). Sum of RGB (Red+Green+Blue) = 227+57+75=359 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.23% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 227 - color contains mainly: red. Hex color #E3394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3394B is #1CC6B4. Grayscale: #6D6D6D. Windows color (decimal): -1885877 or 4930019. OLE color: 4930019.

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

Color convert

RGB 227 57 75 -
CMYK 0 0.75 0.67 0.11
HSL 353.65º 0.75% 0.56% -
HSV(B) 353.65º 0.75% 0.89% -
XYZ 34.41 19.77 8.66 -
YUV 109.88 108.32 211.54 -
System Red Green Blue C M Y K H S L
Decimal 227 57 75 0 0.75 0.67 0.11 353.65 0.75 0.56
Hex E3 39 4B 0 4B 43 B 162 4B 38
Octal 343 71 113 0 113 103 13 542 113 70
Binary 11100011 111001 1001011 0 1001011 1000011 1011 101100010 1001011 111000

Color Harmonies of #E3394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3394B

Black with #E3394B

Text Example


Text Example

White with #E3394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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