#EC5796

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

Shades of French Rose #EC5796

Tints of French Rose #EC5796

Color information

#EC5796 (or 0xEC5796) is unknown color: approx French Rose. HEX triplet: EC, 57 and 96. RGB value is (236,87,150). Sum of RGB (Red+Green+Blue) = 236+87+150=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5796 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5796 is #13A869. Grayscale: #8A8A8A. Windows color (decimal): -1288298 or 9852908. OLE color: 9852908.

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

Color convert

RGB23687150-
CMYK00.630.360.07
HSL334.63º79.68%63.33%-
HSV(B)334.63º63.14%92.55%-
XYZ43.5126.8531.74-
YUV138.73134.36197.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 87 (34.38% from 255) = 18.39%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=49.89%
G=18.39%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368715000.630.360.07334.6379.6863.33
HexEC579603F24714f503f
Octal35412722607744751712077
Binary1110110010101111001011001111111001001111010011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5796; }

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

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

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

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

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

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

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

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