#EE5291

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

Shades of French Rose #EE5291

Tints of French Rose #EE5291

Color information

#EE5291 (or 0xEE5291) is unknown color: approx French Rose. HEX triplet: EE, 52 and 91. RGB value is (238,82,145). Sum of RGB (Red+Green+Blue) = 238+82+145=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5291 is #11AD6E. Grayscale: #878787. Windows color (decimal): -1158511 or 9523950. OLE color: 9523950.

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

Color convert

RGB23882145-
CMYK00.660.390.07
HSL335.77º82.11%62.75%-
HSV(B)335.77º65.55%93.33%-
XYZ43.3926.2629.57-
YUV135.83133.18200.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.18%
GREEN value IS 82 (32.42% from 255) = 17.63%
BLUE value IS 145 (57.03% from 255) = 31.18%
R=51.18%
G=17.63%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388214500.660.390.07335.7782.1162.75
HexEE5291042277150523f
Octal356122221010247752012277
Binary11101110101001010010001010000101001111111010100001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5291; }

 p { color: rgb(238,82,145); }

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

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

 a { background-color: rgb(238,82,145); }

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

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

 span { border-color: rgb(238,82,145); }

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