Html Css Color HEX #E8294B Amaranth

📋 copy color: '#E8294B'

red 232 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #E8294B

Tints of Amaranth #E8294B

RGB

 RED value IS 232 (91.02% from 255) = 66.67%

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

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

R = 66.67%
G = 11.78%
B = 21.55%

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

#E8294B (or 0xE8294B) is known color: Amaranth. HEX triplet: E8, 29 and 4B. RGB value is (232,41,75). Sum of RGB (Red+Green+Blue) = 232+41+75=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E8294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8294B is #17D6B4. Grayscale: #666666. Windows color (decimal): -1562293 or 4925928. OLE color: 4925928.

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

Color convert

RGB 232 41 75 -
CMYK 0 0.82 0.68 0.09
HSL 349.32º 0.81% 0.54% -
HSV(B) 349.32º 0.82% 0.91% -
XYZ 35.34 19.25 8.51 -
YUV 101.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 232 41 75 0 0.82 0.68 0.09 349.32 0.81 0.54
Hex E8 29 4B 0 52 44 9 15D 51 36
Octal 350 51 113 0 122 104 11 535 121 66
Binary 11101000 101001 1001011 0 1010010 1000100 1001 101011101 1010001 110110

Color Harmonies of #E8294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8294B

Black with #E8294B

Text Example


Text Example

White with #E8294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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