#EE5491

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

Shades of French Rose #EE5491

Tints of French Rose #EE5491

Color information

#EE5491 (or 0xEE5491) is unknown color: approx French Rose. HEX triplet: EE, 54 and 91. RGB value is (238,84,145). Sum of RGB (Red+Green+Blue) = 238+84+145=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 84 (33.20% from 255 or 17.99% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5491 is #11AB6E. Grayscale: #888888. Windows color (decimal): -1157999 or 9524462. OLE color: 9524462.

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

Color convert

RGB23884145-
CMYK00.650.390.07
HSL336.23º81.91%63.14%-
HSV(B)336.23º64.71%93.33%-
XYZ43.5426.5629.62-
YUV137132.52200.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.96%
GREEN value IS 84 (33.20% from 255) = 17.99%
BLUE value IS 145 (57.03% from 255) = 31.05%
R=50.96%
G=17.99%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388414500.650.390.07336.2381.9163.14
HexEE5491041277150523f
Octal356124221010147752012277
Binary11101110101010010010001010000011001111111010100001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5491; }

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

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

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

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

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

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

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

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