#EE5B92

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

Shades of French Rose #EE5B92

Tints of French Rose #EE5B92

Color information

#EE5B92 (or 0xEE5B92) is unknown color: approx French Rose. HEX triplet: EE, 5B and 92. RGB value is (238,91,146). Sum of RGB (Red+Green+Blue) = 238+91+146=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5B92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5B92 is #11A46D. Grayscale: #8D8D8D. Windows color (decimal): -1156206 or 9591790. OLE color: 9591790.

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

Color convert

RGB23891146-
CMYK00.620.390.07
HSL337.55º81.22%64.51%-
HSV(B)337.55º61.76%93.33%-
XYZ44.1927.7330.22-
YUV141.22130.7197.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.11%
GREEN value IS 91 (35.94% from 255) = 19.16%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=50.11%
G=19.16%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389114600.620.390.07337.5581.2264.51
HexEE5B9203E2771525141
Octal356133222076477522121101
Binary11101110101101110010010011111010011111110101001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5B92; }

 p { color: rgb(238,91,146); }

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

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

 a { background-color: rgb(238,91,146); }

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

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

 span { border-color: rgb(238,91,146); }

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