#E44950

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

Shades of Mandy #E44950

Tints of Mandy #E44950

Color information

#E44950 (or 0xE44950) is unknown color: approx Mandy. HEX triplet: E4, 49 and 50. RGB value is (228,73,80). Sum of RGB (Red+Green+Blue) = 228+73+80=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E44950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44950 is #1BB6AF. Grayscale: #787878. Windows color (decimal): -1816240 or 5261796. OLE color: 5261796.

HSL color Cylindrical-coordinate representation of color #E44950: hue angle of 357.29º degrees, saturation: 0.74, 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 #E44950 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB2287380-
CMYK00.680.650.11
HSL357.29º74.16%59.02%-
HSV(B)357.29º67.98%89.41%-
XYZ35.8321.849.92-
YUV120.14105.35204.93-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.84%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=59.84%
G=19.16%
B=21.00%

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
Decimal228738000.680.650.11357.2974.1659.02
HexE4495004441B1654a3b
Octal34411112001041011354511273
Binary111001001001001101000001000100100000110111011001011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44950; }

 p { color: rgb(228,73,80); }

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

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

 a { background-color: rgb(228,73,80); }

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

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

 span { border-color: rgb(228,73,80); }

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