#E94A5A

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

Shades of Mandy #E94A5A

Tints of Mandy #E94A5A

Color information

#E94A5A (or 0xE94A5A) is unknown color: approx Mandy. HEX triplet: E9, 4A and 5A. RGB value is (233,74,90). Sum of RGB (Red+Green+Blue) = 233+74+90=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A5A is #16B5A5. Grayscale: #7B7B7B. Windows color (decimal): -1488294 or 5917417. OLE color: 5917417.

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

Color convert

RGB2337490-
CMYK00.680.610.09
HSL353.96º78.33%60.2%-
HSV(B)353.96º68.24%91.37%-
XYZ37.922.9612.11-
YUV123.36109.18206.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.69%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=58.69%
G=18.64%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233749000.680.610.09353.9678.3360.2
HexE94A5A0443D91624e3c
Octal3511121320104751154211674
Binary11101001100101010110100100010011110110011011000101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94A5A; }

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

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

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

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

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

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

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

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