#e8494d

Color #E8494D Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #E8494D

Tints of Mandy #E8494D

Color information

#E8494D (or 0xE8494D) is unknown color: approx Mandy. HEX triplet: E8, 49 and 4D. RGB value is (232,73,77). Sum of RGB (Red+Green+Blue) = 232+73+77=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E8494D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8494D is #17B6B2. Grayscale: #797979. Windows color (decimal): -1554099 or 5065192. OLE color: 5065192.

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

Color convert

RGB2327377-
CMYK00.690.670.09
HSL358.49º77.56%59.8%-
HSV(B)358.49º68.53%90.98%-
XYZ3722.469.41-
YUV121103.18207.17-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 60.73%
GREEN value IS 73 (28.91% from 255) = 19.11%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=60.73%
G=19.11%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232737700.690.670.09358.4977.5659.8
HexE8494D0454391664e3c
Octal35011111501051031154611674
Binary111010001001001100110101000101100001110011011001101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8494d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8494d; }

 p { color: rgb(232,73,77); }

 H1.HeaderClassName
 {
   color: #e8494d;
 }
 .AnyTagClassName
 {
   color: #e8494d;
 }
</style>
background-color css

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

 a { background-color: rgb(232,73,77); }

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

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

 span { border-color: rgb(232,73,77); }

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