#EC5991

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

Shades of French Rose #EC5991

Tints of French Rose #EC5991

Color information

#EC5991 (or 0xEC5991) is unknown color: approx French Rose. HEX triplet: EC, 59 and 91. RGB value is (236,89,145). Sum of RGB (Red+Green+Blue) = 236+89+145=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5991 is #13A66E. Grayscale: #8B8B8B. Windows color (decimal): -1287791 or 9525740. OLE color: 9525740.

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

Color convert

RGB23689145-
CMYK00.620.390.07
HSL337.14º79.46%63.73%-
HSV(B)337.14º62.29%92.55%-
XYZ43.2827.0229.72-
YUV139.34131.2196.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.21%
GREEN value IS 89 (35.16% from 255) = 18.94%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=50.21%
G=18.94%
B=30.85%

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
Decimal2368914500.620.390.07337.1479.4663.73
HexEC599103E2771514f40
Octal354131221076477521117100
Binary11101100101100110010001011111010011111110101000110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5991; }

 p { color: rgb(236,89,145); }

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

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

 a { background-color: rgb(236,89,145); }

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

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

 span { border-color: rgb(236,89,145); }

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