#E94E5D

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

Shades of Mandy #E94E5D

Tints of Mandy #E94E5D

Color information

#E94E5D (or 0xE94E5D) is unknown color: approx Mandy. HEX triplet: E9, 4E and 5D. RGB value is (233,78,93). Sum of RGB (Red+Green+Blue) = 233+78+93=404 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.67% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E5D is #16B1A2. Grayscale: #7E7E7E. Windows color (decimal): -1487267 or 6115049. OLE color: 6115049.

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

Color convert

RGB2337893-
CMYK00.670.600.09
HSL354.19º77.89%60.98%-
HSV(B)354.19º66.52%91.37%-
XYZ38.323.5612.89-
YUV126.06109.35204.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.67%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 93 (36.72% from 255) = 23.02%
R=57.67%
G=19.31%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233789300.670.600.09354.1977.8960.98
HexE94E5D0433C91624e3d
Octal3511161350103741154211675
Binary11101001100111010111010100001111110010011011000101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94E5D; }

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

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

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

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

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

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

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

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