#EE5696

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

Shades of French Rose #EE5696

Tints of French Rose #EE5696

Color information

#EE5696 (or 0xEE5696) is unknown color: approx French Rose. HEX triplet: EE, 56 and 96. RGB value is (238,86,150). Sum of RGB (Red+Green+Blue) = 238+86+150=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5696 is #11A969. Grayscale: #8A8A8A. Windows color (decimal): -1157482 or 9852654. OLE color: 9852654.

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

Color convert

RGB23886150-
CMYK00.640.370.07
HSL334.74º81.72%63.53%-
HSV(B)334.74º63.87%93.33%-
XYZ44.0927.0331.75-
YUV138.74134.36198.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.21%
GREEN value IS 86 (33.98% from 255) = 18.14%
BLUE value IS 150 (58.98% from 255) = 31.65%
R=50.21%
G=18.14%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388615000.640.370.07334.7481.7263.53
HexEE569604025714f5240
Octal3561262260100457517122100
Binary111011101010110100101100100000010010111110100111110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5696; }

 p { color: rgb(238,86,150); }

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

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

 a { background-color: rgb(238,86,150); }

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

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

 span { border-color: rgb(238,86,150); }

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