#E94E5F

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

Shades of Mandy #E94E5F

Tints of Mandy #E94E5F

Color information

#E94E5F (or 0xE94E5F) is unknown color: approx Mandy. HEX triplet: E9, 4E and 5F. RGB value is (233,78,95). Sum of RGB (Red+Green+Blue) = 233+78+95=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E5F is #16B1A0. Grayscale: #7E7E7E. Windows color (decimal): -1487265 or 6246121. OLE color: 6246121.

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

Color convert

RGB2337895-
CMYK00.670.590.09
HSL353.42º77.89%60.98%-
HSV(B)353.42º66.52%91.37%-
XYZ38.3923.613.36-
YUV126.28110.35204.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.39%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 95 (37.5% from 255) = 23.40%
R=57.39%
G=19.21%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233789500.670.590.09353.4277.8960.98
HexE94E5F0433B91614e3d
Octal3511161370103731154111675
Binary11101001100111010111110100001111101110011011000011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94E5F; }

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

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

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

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

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

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

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

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