#E44F94

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

Shades of French Rose #E44F94

Tints of French Rose #E44F94

Color information

#E44F94 (or 0xE44F94) is unknown color: approx French Rose. HEX triplet: E4, 4F and 94. RGB value is (228,79,148). Sum of RGB (Red+Green+Blue) = 228+79+148=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F94 is #1BB06B. Grayscale: #838383. Windows color (decimal): -1814636 or 9719780. OLE color: 9719780.

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

Color convert

RGB22879148-
CMYK00.650.350.11
HSL332.21º73.4%60.2%-
HSV(B)332.21º65.35%89.41%-
XYZ40.1424.2230.58-
YUV131.42137.36196.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.11%
GREEN value IS 79 (31.25% from 255) = 17.36%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=50.11%
G=17.36%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287914800.650.350.11332.2173.460.2
HexE44F9404123B14c493c
Octal3441172240101431351411174
Binary111001001001111100101000100000110001110111010011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44F94; }

 p { color: rgb(228,79,148); }

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

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

 a { background-color: rgb(228,79,148); }

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

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

 span { border-color: rgb(228,79,148); }

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