#E24960

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

Shades of Mandy #E24960

Tints of Mandy #E24960

Color information

#E24960 (or 0xE24960) is unknown color: approx Mandy. HEX triplet: E2, 49 and 60. RGB value is (226,73,96). Sum of RGB (Red+Green+Blue) = 226+73+96=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E24960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24960 is #1DB69F. Grayscale: #797979. Windows color (decimal): -1947296 or 6310370. OLE color: 6310370.

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

Color convert

RGB2267396-
CMYK00.680.580.11
HSL350.98º72.51%58.63%-
HSV(B)350.98º67.7%88.63%-
XYZ35.8621.7813.38-
YUV121.37113.69202.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 57.22%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=57.22%
G=18.48%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226739600.680.580.11350.9872.5158.63
HexE249600443AB15f493b
Octal3421111400104721353711173
Binary11100010100100111000000100010011101010111010111111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24960; }

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

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

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

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

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

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

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

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