#E94E50

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

Shades of Mandy #E94E50

Tints of Mandy #E94E50

Color information

#E94E50 (or 0xE94E50) is unknown color: approx Mandy. HEX triplet: E9, 4E and 50. RGB value is (233,78,80). Sum of RGB (Red+Green+Blue) = 233+78+80=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E50 is #16B1AF. Grayscale: #7C7C7C. Windows color (decimal): -1487280 or 5263081. OLE color: 5263081.

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

Color convert

RGB2337880-
CMYK00.670.660.09
HSL359.23º77.89%60.98%-
HSV(B)359.23º66.52%91.37%-
XYZ37.7823.3510.11-
YUV124.57102.85205.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.59%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=59.59%
G=19.95%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233788000.670.660.09359.2377.8960.98
HexE94E500434291674e3d
Octal35111612001031021154711675
Binary111010011001110101000001000011100001010011011001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94E50; }

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

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

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

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

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

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

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

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