#EC5596

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

Shades of French Rose #EC5596

Tints of French Rose #EC5596

Color information

#EC5596 (or 0xEC5596) is unknown color: approx French Rose. HEX triplet: EC, 55 and 96. RGB value is (236,85,150). Sum of RGB (Red+Green+Blue) = 236+85+150=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5596 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5596 is #13AA69. Grayscale: #898989. Windows color (decimal): -1288810 or 9852396. OLE color: 9852396.

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

Color convert

RGB23685150-
CMYK00.640.360.07
HSL334.17º79.89%62.94%-
HSV(B)334.17º63.98%92.55%-
XYZ43.3526.5331.69-
YUV137.56135.03198.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.11%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 150 (58.98% from 255) = 31.85%
R=50.11%
G=18.05%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368515000.640.360.07334.1779.8962.94
HexEC559604024714e503f
Octal354125226010044751612077
Binary11101100101010110010110010000001001001111010011101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5596; }

 p { color: rgb(236,85,150); }

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

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

 a { background-color: rgb(236,85,150); }

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

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

 span { border-color: rgb(236,85,150); }

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