Html Css Color HEX #E9294B Amaranth

📋 copy color: '#E9294B'

red 233 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #E9294B

Tints of Amaranth #E9294B

RGB

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

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

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

R = 66.76%
G = 11.75%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9294B (or 0xE9294B) is known color: Amaranth. HEX triplet: E9, 29 and 4B. RGB value is (233,41,75). Sum of RGB (Red+Green+Blue) = 233+41+75=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E9294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9294B is #16D6B4. Grayscale: #666666. Windows color (decimal): -1496757 or 4925929. OLE color: 4925929.

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

Color convert

RGB 233 41 75 -
CMYK 0 0.82 0.68 0.09
HSL 349.38º 0.81% 0.54% -
HSV(B) 349.38º 0.82% 0.91% -
XYZ 35.67 19.42 8.52 -
YUV 102.28 112.61 221.24 -
System Red Green Blue C M Y K H S L
Decimal 233 41 75 0 0.82 0.68 0.09 349.38 0.81 0.54
Hex E9 29 4B 0 52 44 9 15D 51 36
Octal 351 51 113 0 122 104 11 535 121 66
Binary 11101001 101001 1001011 0 1010010 1000100 1001 101011101 1010001 110110

Color Harmonies of #E9294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9294B

Black with #E9294B

Text Example


Text Example

White with #E9294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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