#e55998

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

Shades of French Rose #E55998

Tints of French Rose #E55998

Color information

#E55998 (or 0xE55998) is unknown color: approx French Rose. HEX triplet: E5, 59 and 98. RGB value is (229,89,152). Sum of RGB (Red+Green+Blue) = 229+89+152=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E55998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55998 is #1AA667. Grayscale: #898989. Windows color (decimal): -1746536 or 9984485. OLE color: 9984485.

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

Color convert

RGB22989152-
CMYK00.610.340.10
HSL333º72.92%62.35%-
HSV(B)333º61.14%89.8%-
XYZ41.5526.0732.55-
YUV138.04135.88192.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 48.72%
GREEN value IS 89 (35.16% from 255) = 18.94%
BLUE value IS 152 (59.77% from 255) = 32.34%
R=48.72%
G=18.94%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298915200.610.340.1033372.9262.35
HexE5599803D22A14d493e
Octal345131230075421251511176
Binary11100101101100110011000011110110001010101010011011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e55998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e55998; }

 p { color: rgb(229,89,152); }

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

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

 a { background-color: rgb(229,89,152); }

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

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

 span { border-color: rgb(229,89,152); }

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