#E24990

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

Shades of French Rose #E24990

Tints of French Rose #E24990

Color information

#E24990 (or 0xE24990) is unknown color: approx French Rose. HEX triplet: E2, 49 and 90. RGB value is (226,73,144). Sum of RGB (Red+Green+Blue) = 226+73+144=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E24990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24990 is #1DB66F. Grayscale: #7E7E7E. Windows color (decimal): -1947248 or 9456098. OLE color: 9456098.

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

Color convert

RGB22673144-
CMYK00.680.360.11
HSL332.16º72.51%58.63%-
HSV(B)332.16º67.7%88.63%-
XYZ38.7822.9528.77-
YUV126.84137.69198.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.02%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=51.02%
G=16.48%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267314400.680.360.11332.1672.5158.63
HexE2499004424B14c493b
Octal3421112200104441351411173
Binary111000101001001100100000100010010010010111010011001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24990; }

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

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

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

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

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

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

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

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