Html Css Color HEX #E9294E Amaranth

📋 copy color: '#E9294E'

red 233 ◦ green 41 ◦ blue 78

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

Shades of Amaranth #E9294E

Tints of Amaranth #E9294E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.16%

R = 66.19%
G = 11.65%
B = 22.16%

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

#E9294E (or 0xE9294E) is known color: Amaranth. HEX triplet: E9, 29 and 4E. RGB value is (233,41,78). Sum of RGB (Red+Green+Blue) = 233+41+78=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E9294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9294E is #16D6B1. Grayscale: #666666. Windows color (decimal): -1496754 or 5122537. OLE color: 5122537.

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

Color convert

RGB 233 41 78 -
CMYK 0 0.82 0.67 0.09
HSL 348.44º 0.81% 0.54% -
HSV(B) 348.44º 0.82% 0.91% -
XYZ 35.77 19.46 9.08 -
YUV 102.63 114.11 220.99 -
System Red Green Blue C M Y K H S L
Decimal 233 41 78 0 0.82 0.67 0.09 348.44 0.81 0.54
Hex E9 29 4E 0 52 43 9 15C 51 36
Octal 351 51 116 0 122 103 11 534 121 66
Binary 11101001 101001 1001110 0 1010010 1000011 1001 101011100 1010001 110110

Color Harmonies of #E9294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9294E

Black with #E9294E

Text Example


Text Example

White with #E9294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9294E; }

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

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

background-color css

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

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

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

border-color css

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

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

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