#E2494E

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

Shades of Mandy #E2494E

Tints of Mandy #E2494E

Color information

#E2494E (or 0xE2494E) is unknown color: approx Mandy. HEX triplet: E2, 49 and 4E. RGB value is (226,73,78). Sum of RGB (Red+Green+Blue) = 226+73+78=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E2494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2494E is #1DB6B1. Grayscale: #777777. Windows color (decimal): -1947314 or 5130722. OLE color: 5130722.

HSL color Cylindrical-coordinate representation of color #E2494E: hue angle of 358.04º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2494E is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB2267378-
CMYK00.680.650.11
HSL358.04º72.51%58.63%-
HSV(B)358.04º67.7%88.63%-
XYZ35.1221.489.5-
YUV119.32104.69204.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.95%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=59.95%
G=19.36%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226737800.680.650.11358.0472.5158.63
HexE2494E04441B166493b
Octal34211111601041011354611173
Binary111000101001001100111001000100100000110111011001101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2494E; }

 p { color: rgb(226,73,78); }

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

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

 a { background-color: rgb(226,73,78); }

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

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

 span { border-color: rgb(226,73,78); }

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