Html Css Color HEX #E9384D Amaranth

📋 copy color: '#E9384D'

red 233 ◦ green 56 ◦ blue 77

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

Shades of Amaranth #E9384D

Tints of Amaranth #E9384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.3%

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

R = 63.66%
G = 15.3%
B = 21.04%

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

#E9384D (or 0xE9384D) is known color: Amaranth. HEX triplet: E9, 38 and 4D. RGB value is (233,56,77). Sum of RGB (Red+Green+Blue) = 233+56+77=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E9384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9384D is #16C7B2. Grayscale: #6F6F6F. Windows color (decimal): -1492915 or 5060841. OLE color: 5060841.

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

Color convert

RGB 233 56 77 -
CMYK 0 0.76 0.67 0.09
HSL 352.88º 0.8% 0.57% -
HSV(B) 352.88º 0.76% 0.91% -
XYZ 36.36 20.69 9.1 -
YUV 111.32 108.64 214.79 -
System Red Green Blue C M Y K H S L
Decimal 233 56 77 0 0.76 0.67 0.09 352.88 0.8 0.57
Hex E9 38 4D 0 4C 43 9 161 50 39
Octal 351 70 115 0 114 103 11 541 120 71
Binary 11101001 111000 1001101 0 1001100 1000011 1001 101100001 1010000 111001

Color Harmonies of #E9384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9384D

Black with #E9384D

Text Example


Text Example

White with #E9384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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