#EE5099

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

Shades of French Rose #EE5099

Tints of French Rose #EE5099

Color information

#EE5099 (or 0xEE5099) is unknown color: approx French Rose. HEX triplet: EE, 50 and 99. RGB value is (238,80,153). Sum of RGB (Red+Green+Blue) = 238+80+153=471 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.53% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5099 is #11AF66. Grayscale: #878787. Windows color (decimal): -1159015 or 10047726. OLE color: 10047726.

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

Color convert

RGB23880153-
CMYK00.660.360.07
HSL332.28º82.29%62.35%-
HSV(B)332.28º66.39%93.33%-
XYZ43.8826.2132.88-
YUV135.56137.85201.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.53%
GREEN value IS 80 (31.64% from 255) = 16.99%
BLUE value IS 153 (60.16% from 255) = 32.48%
R=50.53%
G=16.99%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388015300.660.360.07332.2882.2962.35
HexEE509904224714c523e
Octal356120231010244751412276
Binary11101110101000010011001010000101001001111010011001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5099; }

 p { color: rgb(238,80,153); }

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

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

 a { background-color: rgb(238,80,153); }

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

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

 span { border-color: rgb(238,80,153); }

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