#E94A5F

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

Shades of Mandy #E94A5F

Tints of Mandy #E94A5F

Color information

#E94A5F (or 0xE94A5F) is unknown color: approx Mandy. HEX triplet: E9, 4A and 5F. RGB value is (233,74,95). Sum of RGB (Red+Green+Blue) = 233+74+95=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A5F is #16B5A0. Grayscale: #7C7C7C. Windows color (decimal): -1488289 or 6245097. OLE color: 6245097.

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

Color convert

RGB2337495-
CMYK00.680.590.09
HSL352.08º78.33%60.2%-
HSV(B)352.08º68.24%91.37%-
XYZ38.1223.0513.27-
YUV123.93111.68205.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.96%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=57.96%
G=18.41%
B=23.63%

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
Decimal233749500.680.590.09352.0878.3360.2
HexE94A5F0443B91604e3c
Octal3511121370104731154011674
Binary11101001100101010111110100010011101110011011000001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A5F; }

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

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

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

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

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

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

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

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