Html Css Color HEX #E9294D Amaranth

📋 copy color: '#E9294D'

red 233 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #E9294D

Tints of Amaranth #E9294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.68%

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

R = 66.38%
G = 11.68%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9294D (or 0xE9294D) is known color: Amaranth. HEX triplet: E9, 29 and 4D. RGB value is (233,41,77). Sum of RGB (Red+Green+Blue) = 233+41+77=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E9294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9294D is #16D6B2. Grayscale: #666666. Windows color (decimal): -1496755 or 5057001. OLE color: 5057001.

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

Color convert

RGB 233 41 77 -
CMYK 0 0.82 0.67 0.09
HSL 348.75º 0.81% 0.54% -
HSV(B) 348.75º 0.82% 0.91% -
XYZ 35.74 19.45 8.89 -
YUV 102.51 113.61 221.07 -
System Red Green Blue C M Y K H S L
Decimal 233 41 77 0 0.82 0.67 0.09 348.75 0.81 0.54
Hex E9 29 4D 0 52 43 9 15D 51 36
Octal 351 51 115 0 122 103 11 535 121 66
Binary 11101001 101001 1001101 0 1010010 1000011 1001 101011101 1010001 110110

Color Harmonies of #E9294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9294D

Black with #E9294D

Text Example


Text Example

White with #E9294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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