#EE5597

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

Shades of French Rose #EE5597

Tints of French Rose #EE5597

Color information

#EE5597 (or 0xEE5597) is unknown color: approx French Rose. HEX triplet: EE, 55 and 97. RGB value is (238,85,151). Sum of RGB (Red+Green+Blue) = 238+85+151=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5597 is #11AA68. Grayscale: #8A8A8A. Windows color (decimal): -1157737 or 9917934. OLE color: 9917934.

HSL color Cylindrical-coordinate representation of color #EE5597: hue angle of 334.12º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5597 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB23885151-
CMYK00.640.370.07
HSL334.12º81.82%63.33%-
HSV(B)334.12º64.29%93.33%-
XYZ44.0926.9132.15-
YUV138.27135.19199.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.21%
GREEN value IS 85 (33.59% from 255) = 17.93%
BLUE value IS 151 (59.38% from 255) = 31.86%
R=50.21%
G=17.93%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388515100.640.370.07334.1281.8263.33
HexEE559704025714e523f
Octal356125227010045751612277
Binary11101110101010110010111010000001001011111010011101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5597; }

 p { color: rgb(238,85,151); }

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

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

 a { background-color: rgb(238,85,151); }

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

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

 span { border-color: rgb(238,85,151); }

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