#ec5296

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

Shades of French Rose #EC5296

Tints of French Rose #EC5296

Color information

#EC5296 (or 0xEC5296) is unknown color: approx French Rose. HEX triplet: EC, 52 and 96. RGB value is (236,82,150). Sum of RGB (Red+Green+Blue) = 236+82+150=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5296 is #13AD69. Grayscale: #878787. Windows color (decimal): -1289578 or 9851628. OLE color: 9851628.

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

Color convert

RGB23682150-
CMYK00.650.360.07
HSL333.51º80.21%62.35%-
HSV(B)333.51º65.25%92.55%-
XYZ43.1126.0731.61-
YUV135.8136.02199.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.43%
GREEN value IS 82 (32.42% from 255) = 17.52%
BLUE value IS 150 (58.98% from 255) = 32.05%
R=50.43%
G=17.52%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368215000.650.360.07333.5180.2162.35
HexEC529604124714e503e
Octal354122226010144751612076
Binary11101100101001010010110010000011001001111010011101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec5296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec5296; }

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

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

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

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

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

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

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

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