#EE5094

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

Shades of French Rose #EE5094

Tints of French Rose #EE5094

Color information

#EE5094 (or 0xEE5094) is unknown color: approx French Rose. HEX triplet: EE, 50 and 94. RGB value is (238,80,148). Sum of RGB (Red+Green+Blue) = 238+80+148=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5094 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5094 is #11AF6B. Grayscale: #868686. Windows color (decimal): -1159020 or 9720046. OLE color: 9720046.

HSL color Cylindrical-coordinate representation of color #EE5094: hue angle of 334.18º 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 #EE5094 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB23880148-
CMYK00.660.380.07
HSL334.18º82.29%62.35%-
HSV(B)334.18º66.39%93.33%-
XYZ43.4726.0530.75-
YUV134.99135.35201.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.07%
GREEN value IS 80 (31.64% from 255) = 17.17%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=51.07%
G=17.17%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388014800.660.380.07334.1882.2962.35
HexEE509404226714e523e
Octal356120224010246751612276
Binary11101110101000010010100010000101001101111010011101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5094; }

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

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

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

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

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

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

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

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