#E55199

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

Shades of French Rose #E55199

Tints of French Rose #E55199

Color information

#E55199 (or 0xE55199) is unknown color: approx French Rose. HEX triplet: E5, 51 and 99. RGB value is (229,81,153). Sum of RGB (Red+Green+Blue) = 229+81+153=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E55199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55199 is #1AAE66. Grayscale: #858585. Windows color (decimal): -1748583 or 10047973. OLE color: 10047973.

HSL color Cylindrical-coordinate representation of color #E55199: hue angle of 330.81º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55199 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB22981153-
CMYK00.650.330.10
HSL330.81º74%60.78%-
HSV(B)330.81º64.63%89.8%-
XYZ41.0124.8432.77-
YUV133.46139.03196.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 81 (32.03% from 255) = 17.49%
BLUE value IS 153 (60.16% from 255) = 33.05%
R=49.46%
G=17.49%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298115300.650.330.10330.817460.78
HexE5519904121A14b4a3d
Octal3451212310101411251311275
Binary111001011010001100110010100000110000110101010010111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55199; }

 p { color: rgb(229,81,153); }

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

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

 a { background-color: rgb(229,81,153); }

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

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

 span { border-color: rgb(229,81,153); }

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