#e44896

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

Shades of French Rose #E44896

Tints of French Rose #E44896

Color information

#E44896 (or 0xE44896) is unknown color: approx French Rose. HEX triplet: E4, 48 and 96. RGB value is (228,72,150). Sum of RGB (Red+Green+Blue) = 228+72+150=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E44896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44896 is #1BB769. Grayscale: #7F7F7F. Windows color (decimal): -1816426 or 9849060. OLE color: 9849060.

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

Color convert

RGB22872150-
CMYK00.680.340.11
HSL330º74.29%58.82%-
HSV(B)330º68.42%89.41%-
XYZ39.8223.3331.26-
YUV127.54140.68199.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.67%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=50.67%
G=16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287215000.680.340.1133074.2958.82
HexE4489604422B14a4a3b
Octal3441102260104421351211273
Binary111001001001000100101100100010010001010111010010101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e44896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e44896; }

 p { color: rgb(228,72,150); }

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

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

 a { background-color: rgb(228,72,150); }

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

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

 span { border-color: rgb(228,72,150); }

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