#E94B60

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

Shades of Mandy #E94B60

Tints of Mandy #E94B60

Color information

#E94B60 (or 0xE94B60) is unknown color: approx Mandy. HEX triplet: E9, 4B and 60. RGB value is (233,75,96). Sum of RGB (Red+Green+Blue) = 233+75+96=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B60 is #16B49F. Grayscale: #7C7C7C. Windows color (decimal): -1488032 or 6310889. OLE color: 6310889.

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

Color convert

RGB2337596-
CMYK00.680.590.09
HSL352.03º78.22%60.39%-
HSV(B)352.03º67.81%91.37%-
XYZ38.2323.213.53-
YUV124.64111.85205.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.67%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=57.67%
G=18.56%
B=23.76%

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
Decimal233759600.680.590.09352.0378.2260.39
HexE94B600443B91604e3c
Octal3511131400104731154011674
Binary11101001100101111000000100010011101110011011000001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94B60; }

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

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

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

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

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

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

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

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