#E94A60

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

Shades of Mandy #E94A60

Tints of Mandy #E94A60

Color information

#E94A60 (or 0xE94A60) is unknown color: approx Mandy. HEX triplet: E9, 4A and 60. RGB value is (233,74,96). Sum of RGB (Red+Green+Blue) = 233+74+96=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A60 is #16B59F. Grayscale: #7C7C7C. Windows color (decimal): -1488288 or 6310633. OLE color: 6310633.

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

Color convert

RGB2337496-
CMYK00.680.590.09
HSL351.7º78.33%60.2%-
HSV(B)351.7º68.24%91.37%-
XYZ38.1623.0713.51-
YUV124.05112.18205.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.82%
GREEN value IS 74 (29.30% from 255) = 18.36%
BLUE value IS 96 (37.89% from 255) = 23.82%
R=57.82%
G=18.36%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233749600.680.590.09351.778.3360.2
HexE94A600443B91604e3c
Octal3511121400104731154011674
Binary11101001100101011000000100010011101110011011000001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A60; }

 p { color: rgb(233,74,96); }

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

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

 a { background-color: rgb(233,74,96); }

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

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

 span { border-color: rgb(233,74,96); }

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