#E05599

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

Shades of French Rose #E05599

Tints of French Rose #E05599

Color information

#E05599 (or 0xE05599) is unknown color: approx French Rose. HEX triplet: E0, 55 and 99. RGB value is (224,85,153). Sum of RGB (Red+Green+Blue) = 224+85+153=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E05599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05599 is #1FAA66. Grayscale: #868686. Windows color (decimal): -2075239 or 10048992. OLE color: 10048992.

HSL color Cylindrical-coordinate representation of color #E05599: hue angle of 330.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05599 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB22485153-
CMYK00.620.320.12
HSL330.65º69.15%60.59%-
HSV(B)330.65º62.05%87.84%-
XYZ39.7424.6432.8-
YUV134.31138.55191.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.48%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=48.48%
G=18.40%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248515300.620.320.12330.6569.1560.59
HexE0559903E20C14b453d
Octal340125231076401451310575
Binary11100000101010110011001011111010000011001010010111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05599; }

 p { color: rgb(224,85,153); }

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

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

 a { background-color: rgb(224,85,153); }

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

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

 span { border-color: rgb(224,85,153); }

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