Html Css Color HEX #E9394D Amaranth

📋 copy color: '#E9394D'

red 233 ◦ green 57 ◦ blue 77

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

Shades of Amaranth #E9394D

Tints of Amaranth #E9394D

RGB

 RED value IS 233 (91.41% from 255) = 63.49%

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

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

R = 63.49%
G = 15.53%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9394D (or 0xE9394D) is known color: Amaranth. HEX triplet: E9, 39 and 4D. RGB value is (233,57,77). Sum of RGB (Red+Green+Blue) = 233+57+77=367 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.49% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 233 - color contains mainly: red. Hex color #E9394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9394D is #16C6B2. Grayscale: #6F6F6F. Windows color (decimal): -1492659 or 5061097. OLE color: 5061097.

HSL color Cylindrical-coordinate representation of color #E9394D: hue angle of 353.18º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9394D is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 57 77 -
CMYK 0 0.76 0.67 0.09
HSL 353.18º 0.8% 0.57% -
HSV(B) 353.18º 0.76% 0.91% -
XYZ 36.41 20.79 9.11 -
YUV 111.9 108.31 214.37 -
System Red Green Blue C M Y K H S L
Decimal 233 57 77 0 0.76 0.67 0.09 353.18 0.8 0.57
Hex E9 39 4D 0 4C 43 9 161 50 39
Octal 351 71 115 0 114 103 11 541 120 71
Binary 11101001 111001 1001101 0 1001100 1000011 1001 101100001 1010000 111001

Color Harmonies of #E9394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9394D

Black with #E9394D

Text Example


Text Example

White with #E9394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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